mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
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:
parent
c06292fdc6
commit
9896ef5f70
2 changed files with 181 additions and 165 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[
|
||||
(lambda)
|
||||
(function_definition)
|
||||
(constructor_definition)
|
||||
(for_statement)
|
||||
(while_statement)
|
||||
(if_statement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue