aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorObserverOfTime <chronobserver@disroot.org>2023-06-26 12:47:30 +0300
committerAmaan Qureshi <amaanq12@gmail.com>2023-06-29 19:35:58 -0400
commitadbabe9b5c75a32cff6d3cfc5ef2243c3352a3bb (patch)
tree7cc093e8ff374ac772b47de8d6fb84406ba9d92b
parentfeat: add Hoon language support (diff)
downloadnvim-treesitter-adbabe9b5c75a32cff6d3cfc5ef2243c3352a3bb.tar
nvim-treesitter-adbabe9b5c75a32cff6d3cfc5ef2243c3352a3bb.tar.gz
nvim-treesitter-adbabe9b5c75a32cff6d3cfc5ef2243c3352a3bb.tar.bz2
nvim-treesitter-adbabe9b5c75a32cff6d3cfc5ef2243c3352a3bb.tar.lz
nvim-treesitter-adbabe9b5c75a32cff6d3cfc5ef2243c3352a3bb.tar.xz
nvim-treesitter-adbabe9b5c75a32cff6d3cfc5ef2243c3352a3bb.tar.zst
nvim-treesitter-adbabe9b5c75a32cff6d3cfc5ef2243c3352a3bb.zip
chore: remove scheme & racket maintainer
-rw-r--r--README.md4
-rw-r--r--lua/nvim-treesitter/parsers.lua2
2 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0209883a8..7cd8b52b0 100644
--- a/README.md
+++ b/README.md
@@ -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 = {