mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
docs: update readme maintainers
This commit is contained in:
parent
8b221448a3
commit
5887528216
2 changed files with 4 additions and 4 deletions
|
|
@ -184,7 +184,7 @@ We are looking for maintainers to add more parsers and to write query files for
|
|||
- [x] [bibtex](https://github.com/latex-lsp/tree-sitter-bibtex) (maintained by @theHamsta, @clason)
|
||||
- [x] [bicep](https://github.com/amaanq/tree-sitter-bicep) (maintained by @amaanq)
|
||||
- [x] [blueprint](https://gitlab.com/gabmus/tree-sitter-blueprint.git) (experimental, maintained by @gabmus)
|
||||
- [x] [c](https://github.com/tree-sitter/tree-sitter-c) (maintained by @vigoux)
|
||||
- [x] [c](https://github.com/tree-sitter/tree-sitter-c) (maintained by @amaanq)
|
||||
- [x] [c_sharp](https://github.com/tree-sitter/tree-sitter-c-sharp) (maintained by @Luxed)
|
||||
- [x] [capnp](https://github.com/amaanq/tree-sitter-capnp) (maintained by @amaanq)
|
||||
- [x] [chatito](https://github.com/ObserverOfTime/tree-sitter-chatito) (maintained by @ObserverOfTime)
|
||||
|
|
@ -310,7 +310,7 @@ We are looking for maintainers to add more parsers and to write query files for
|
|||
- [x] [ron](https://github.com/amaanq/tree-sitter-ron) (maintained by @amaanq)
|
||||
- [x] [rst](https://github.com/stsewd/tree-sitter-rst) (maintained by @stsewd)
|
||||
- [x] [ruby](https://github.com/tree-sitter/tree-sitter-ruby) (maintained by @TravonteD)
|
||||
- [x] [rust](https://github.com/tree-sitter/tree-sitter-rust) (maintained by @vigoux)
|
||||
- [x] [rust](https://github.com/tree-sitter/tree-sitter-rust) (maintained by @amaanq)
|
||||
- [x] [scala](https://github.com/tree-sitter/tree-sitter-scala) (maintained by @stevanmilic)
|
||||
- [x] [scheme](https://github.com/6cdh/tree-sitter-scheme) (maintained by @6cdh)
|
||||
- [x] [scss](https://github.com/serenadeai/tree-sitter-scss) (maintained by @elianiva)
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ list.c = {
|
|||
url = "https://github.com/tree-sitter/tree-sitter-c",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@vigoux" },
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.c_sharp = {
|
||||
|
|
@ -1230,7 +1230,7 @@ list.rust = {
|
|||
url = "https://github.com/tree-sitter/tree-sitter-rust",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@vigoux" },
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.scala = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue