diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
2 files changed, 2 insertions, 4 deletions
@@ -313,7 +313,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [qmljs](https://github.com/yuja/tree-sitter-qmljs) (maintained by @Decodetalkers) - [x] [Tree-Sitter query language](https://github.com/nvim-treesitter/tree-sitter-query) (maintained by @steelsojka) - [x] [r](https://github.com/r-lib/tree-sitter-r) (maintained by @echasnovski) -- [x] [racket](https://github.com/6cdh/tree-sitter-racket) (maintained by @6cdh) +- [ ] [racket](https://github.com/6cdh/tree-sitter-racket) - [x] [rasi](https://github.com/Fymyte/tree-sitter-rasi) (maintained by @Fymyte) - [x] [regex](https://github.com/tree-sitter/tree-sitter-regex) (maintained by @theHamsta) - [x] [rego](https://github.com/FallenAngel97/tree-sitter-rego) (maintained by @FallenAngel97) @@ -323,7 +323,7 @@ We are looking for maintainers to add more parsers and to write query files for - [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 @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) +- [ ] [scheme](https://github.com/6cdh/tree-sitter-scheme) - [x] [scss](https://github.com/serenadeai/tree-sitter-scss) (maintained by @elianiva) - [x] [slint](https://github.com/jrmoulton/tree-sitter-slint) (experimental, maintained by @jrmoulton) - [x] [smali](https://git.sr.ht/~yotam/tree-sitter-smali) (maintained by @amaanq) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 7b0cc438d..5e3c1efa3 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1259,7 +1259,6 @@ list.racket = { url = "https://github.com/6cdh/tree-sitter-racket", files = { "src/parser.c", "src/scanner.c" }, }, - maintainers = { "@6cdh" }, } list.rasi = { @@ -1339,7 +1338,6 @@ list.scheme = { url = "https://github.com/6cdh/tree-sitter-scheme", files = { "src/parser.c" }, }, - maintainers = { "@6cdh" }, } list.scss = { |
