feat(gdscript): update parsers and queries. (#6176)

* feat(gdscript): add highlight for (pattern_guard "when")

* feat(gdscript): update (type) highlights and support typed array

* feat(gdscript): add highlight to attribute subscript ident

* feat(gdscript): only apply @ constructor to init ident

* feat(gdscript): replace greedy (parameters) match with independent match

* feat(gdscript): add (typed_default_parameter) highlight

* feat(gdscript): add (constructor_definition) indent

* feat(gdscript): update big wall of built-in identifiers
This commit is contained in:
Preston Knopp 2024-02-24 09:21:19 -08:00 committed by GitHub
parent c06292fdc6
commit 9896ef5f70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 181 additions and 165 deletions

View file

@ -1,6 +1,7 @@
[
(lambda)
(function_definition)
(constructor_definition)
(for_statement)
(while_statement)
(if_statement)