GraphQL no longer requires_generate_from_grammar

This commit is contained in:
Stephan Seitz 2021-03-16 22:36:06 +01:00 committed by Kiyan
parent 69704cf561
commit fc9bdf7c3d

View file

@ -109,7 +109,6 @@ list.graphql = {
install_info = {
url = "https://github.com/bkegley/tree-sitter-graphql",
files = { "src/parser.c" },
requires_generate_from_grammar = true,
},
maintainers = {"@bkegley"},
}