mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
docs(kotlin): change Kotlin maintainer
This commit is contained in:
parent
a2629ebcc0
commit
f9179db8de
2 changed files with 2 additions and 2 deletions
|
|
@ -202,7 +202,7 @@ We are looking for maintainers to add more parsers and to write query files for
|
|||
- [x] [json5](https://github.com/Joakker/tree-sitter-json5) (maintained by @Joakker)
|
||||
- [x] [JSON with comments](https://gitlab.com/WhyNotHugo/tree-sitter-jsonc.git) (maintained by @WhyNotHugo)
|
||||
- [x] [julia](https://github.com/tree-sitter/tree-sitter-julia) (maintained by @mroavi, @theHamsta)
|
||||
- [x] [kotlin](https://github.com/fwcd/tree-sitter-kotlin) (maintained by @fwcd)
|
||||
- [x] [kotlin](https://github.com/fwcd/tree-sitter-kotlin) (maintained by @SalBakraa)
|
||||
- [x] [latex](https://github.com/latex-lsp/tree-sitter-latex) (maintained by @theHamsta by asking @clason)
|
||||
- [x] [ledger](https://github.com/cbarrete/tree-sitter-ledger) (maintained by @cbarrete)
|
||||
- [x] [llvm](https://github.com/benwilliamgraham/tree-sitter-llvm) (maintained by @benwilliamgraham)
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ list.kotlin = {
|
|||
branch = "main",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@fwcd" },
|
||||
maintainers = { "@SalBakraa" },
|
||||
}
|
||||
|
||||
list.html = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue