diff --git a/lockfile.json b/lockfile.json index f0e96e203..1a1d42ed2 100644 --- a/lockfile.json +++ b/lockfile.json @@ -147,7 +147,7 @@ "revision": "19db2f47ba4c3a0f6238d4ae0e2abfca16e61dd6" }, "gdscript": { - "revision": "a4b57cc3bcbfc24550e858159647e9238e7ad1ac" + "revision": "3fd70bf70a7b7d706ae0fe81730c68642713eeaa" }, "git_config": { "revision": "a01b498b25003d97a5f93b0da0e6f28307454347" diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 0337be9bf..8321a91ab 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -485,7 +485,7 @@ list.fusion = { list.gdscript = { install_info = { url = "https://github.com/PrestonKnopp/tree-sitter-gdscript", - files = { "src/parser.c", "src/scanner.cc" }, + files = { "src/parser.c", "src/scanner.c" }, }, maintainers = { "@PrestonKnopp" }, readme_name = "Godot (gdscript)",