Update gdscript queries (#4405)

* locals(gdscript): update locals

* folds(gdscript): add folds

* indents(gdscript): update indents with notes

* highlights(gdscript): update highlights

* docs(gdscript): add gdscript maintainer

* indents(gdscript): add ERROR auto indent

Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>

* highlights(gdscript): use text.uri for get_node and node_path

* highlights(gdscript): add "@" of annotation as attribute

* highlights(gdscript): use keyword.operator for "new", match all attribute_call

* highlights(gdscript): update (underscore) and (pattern_open_ending)

---------

Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
Preston Knopp 2023-03-01 23:28:13 -08:00 committed by GitHub
parent b145021499
commit 36b1038a65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 412 additions and 35 deletions

View file

@ -478,6 +478,7 @@ list.gdscript = {
files = { "src/parser.c", "src/scanner.cc" },
},
readme_name = "Godot (gdscript)",
maintainers = { "@PrestonKnopp" },
}
list.git_rebase = {