fix: Don't require node for gdscript.

The upstream repo has pre-generated bindings at:
https://github.com/PrestonKnopp/tree-sitter-gdscript/tree/master/src
This commit is contained in:
Ryan Roden-Corrent 2022-01-22 11:00:37 -05:00 committed by Christian Clason
parent 6039e4782a
commit 59ddebd75c

View file

@ -672,7 +672,6 @@ list.gdscript = {
install_info = {
url = "https://github.com/PrestonKnopp/tree-sitter-gdscript",
files = { "src/parser.c", "src/scanner.cc" },
requires_generate_from_grammar = true,
},
readme_name = "Godot (gdscript)",
maintainers = { "@Shatur95" },