feat: add graphql grammar

This commit is contained in:
Bryan Kegley 2020-11-22 17:14:13 -06:00 committed by Thomas Vigouroux
parent faac62c2d1
commit 4cc4c6f8b1
2 changed files with 9 additions and 0 deletions

View file

@ -69,6 +69,14 @@ list.go = {
maintainers = {"@theHamsta", "@WinWisely268"},
}
list.graphql = {
install_info = {
url = "https://github.com/bkegley/tree-sitter-graphql",
files = { "src/parser.c" },
},
maintainers = {"@bkegley"},
}
list.ruby = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-ruby",