chore: remove scheme & racket maintainer

This commit is contained in:
ObserverOfTime 2023-06-26 12:47:30 +03:00 committed by Amaan Qureshi
parent 04dda34cb7
commit adbabe9b5c
2 changed files with 2 additions and 4 deletions

View file

@ -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)

View file

@ -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 = {