diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-04-21 04:25:45 -0400 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-04-21 04:38:28 -0400 |
| commit | 5887528216b10e68b78ac0fbaf07f6c5771ac602 (patch) | |
| tree | 7a89337a15ad3d2f5a035aa6c5c3c25674bb3a81 | |
| parent | Update parsers: erlang, sql, t32 (#4687) (diff) | |
| download | nvim-treesitter-5887528216b10e68b78ac0fbaf07f6c5771ac602.tar nvim-treesitter-5887528216b10e68b78ac0fbaf07f6c5771ac602.tar.gz nvim-treesitter-5887528216b10e68b78ac0fbaf07f6c5771ac602.tar.bz2 nvim-treesitter-5887528216b10e68b78ac0fbaf07f6c5771ac602.tar.lz nvim-treesitter-5887528216b10e68b78ac0fbaf07f6c5771ac602.tar.xz nvim-treesitter-5887528216b10e68b78ac0fbaf07f6c5771ac602.tar.zst nvim-treesitter-5887528216b10e68b78ac0fbaf07f6c5771ac602.zip | |
docs: update readme maintainers
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
2 files changed, 4 insertions, 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) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 22e83db46..6a52a4a6e 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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 = { |
