mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(gdscript): adapt to scanner rewrite
This commit is contained in:
parent
19385830ab
commit
1897926700
2 changed files with 2 additions and 2 deletions
|
|
@ -147,7 +147,7 @@
|
|||
"revision": "19db2f47ba4c3a0f6238d4ae0e2abfca16e61dd6"
|
||||
},
|
||||
"gdscript": {
|
||||
"revision": "a4b57cc3bcbfc24550e858159647e9238e7ad1ac"
|
||||
"revision": "3fd70bf70a7b7d706ae0fe81730c68642713eeaa"
|
||||
},
|
||||
"git_config": {
|
||||
"revision": "a01b498b25003d97a5f93b0da0e6f28307454347"
|
||||
|
|
|
|||
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue