mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
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:
parent
6039e4782a
commit
59ddebd75c
1 changed files with 0 additions and 1 deletions
|
|
@ -672,7 +672,6 @@ list.gdscript = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/PrestonKnopp/tree-sitter-gdscript",
|
url = "https://github.com/PrestonKnopp/tree-sitter-gdscript",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
requires_generate_from_grammar = true,
|
|
||||||
},
|
},
|
||||||
readme_name = "Godot (gdscript)",
|
readme_name = "Godot (gdscript)",
|
||||||
maintainers = { "@Shatur95" },
|
maintainers = { "@Shatur95" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue