aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorRyan Roden-Corrent <ryan@rcorre.net>2022-01-22 11:00:37 -0500
committerChristian Clason <christian.clason@uni-due.de>2022-01-22 17:22:53 +0100
commit59ddebd75c9bf822749d6fc94f08650e4d1dbcad (patch)
tree3d2589be3261d4d9b8029519713aebc97a3de049 /lua
parentUpdate lockfile.json (diff)
downloadnvim-treesitter-59ddebd75c9bf822749d6fc94f08650e4d1dbcad.tar
nvim-treesitter-59ddebd75c9bf822749d6fc94f08650e4d1dbcad.tar.gz
nvim-treesitter-59ddebd75c9bf822749d6fc94f08650e4d1dbcad.tar.bz2
nvim-treesitter-59ddebd75c9bf822749d6fc94f08650e4d1dbcad.tar.lz
nvim-treesitter-59ddebd75c9bf822749d6fc94f08650e4d1dbcad.tar.xz
nvim-treesitter-59ddebd75c9bf822749d6fc94f08650e4d1dbcad.tar.zst
nvim-treesitter-59ddebd75c9bf822749d6fc94f08650e4d1dbcad.zip
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
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index eadf8c17a..2d96eb010 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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" },