mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
feat: add graphql grammar
This commit is contained in:
parent
faac62c2d1
commit
4cc4c6f8b1
2 changed files with 9 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ We are looking for maintainers to add more parsers and to write query files for
|
||||||
- [x] [dart](https://github.com/UserNobody14/tree-sitter-dart) (maintained by @Akin909)
|
- [x] [dart](https://github.com/UserNobody14/tree-sitter-dart) (maintained by @Akin909)
|
||||||
- [ ] [elm](https://github.com/razzeee/tree-sitter-elm)
|
- [ ] [elm](https://github.com/razzeee/tree-sitter-elm)
|
||||||
- [x] [fennel](https://github.com/travonted/tree-sitter-fennel) (maintained by @TravonteD)
|
- [x] [fennel](https://github.com/travonted/tree-sitter-fennel) (maintained by @TravonteD)
|
||||||
|
- [x] [graphql](https://github.com/bkegley/tree-sitter-graphql) (maintained by @bkegley)
|
||||||
- [x] [go](https://github.com/tree-sitter/tree-sitter-go) (maintained by @theHamsta, @WinWisely268)
|
- [x] [go](https://github.com/tree-sitter/tree-sitter-go) (maintained by @theHamsta, @WinWisely268)
|
||||||
- [ ] [haskell](https://github.com/tree-sitter/tree-sitter-haskell)
|
- [ ] [haskell](https://github.com/tree-sitter/tree-sitter-haskell)
|
||||||
- [x] [html](https://github.com/tree-sitter/tree-sitter-html) (maintained by @TravonteD)
|
- [x] [html](https://github.com/tree-sitter/tree-sitter-html) (maintained by @TravonteD)
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,14 @@ list.go = {
|
||||||
maintainers = {"@theHamsta", "@WinWisely268"},
|
maintainers = {"@theHamsta", "@WinWisely268"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list.graphql = {
|
||||||
|
install_info = {
|
||||||
|
url = "https://github.com/bkegley/tree-sitter-graphql",
|
||||||
|
files = { "src/parser.c" },
|
||||||
|
},
|
||||||
|
maintainers = {"@bkegley"},
|
||||||
|
}
|
||||||
|
|
||||||
list.ruby = {
|
list.ruby = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/tree-sitter/tree-sitter-ruby",
|
url = "https://github.com/tree-sitter/tree-sitter-ruby",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue