mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat(gdscript): add new export annotations
This commit is contained in:
parent
20b86032f0
commit
37427012d1
1 changed files with 3 additions and 2 deletions
|
|
@ -254,12 +254,13 @@
|
||||||
(identifier) @attribute)
|
(identifier) @attribute)
|
||||||
(#any-of? @attribute
|
(#any-of? @attribute
|
||||||
; from modules/gdscript/doc_classes/@GDScript.xml
|
; from modules/gdscript/doc_classes/@GDScript.xml
|
||||||
"export" "export_category" "export_color_no_alpha" "export_dir" "export_enum"
|
"export" "export_category" "export_color_no_alpha" "export_custom" "export_dir" "export_enum"
|
||||||
"export_exp_easing" "export_file" "export_flags" "export_flags_2d_navigation"
|
"export_exp_easing" "export_file" "export_flags" "export_flags_2d_navigation"
|
||||||
"export_flags_2d_physics" "export_flags_2d_render" "export_flags_3d_navigation"
|
"export_flags_2d_physics" "export_flags_2d_render" "export_flags_3d_navigation"
|
||||||
"export_flags_3d_physics" "export_flags_3d_render" "export_flags_avoidance" "export_global_dir"
|
"export_flags_3d_physics" "export_flags_3d_render" "export_flags_avoidance" "export_global_dir"
|
||||||
"export_global_file" "export_group" "export_multiline" "export_node_path" "export_placeholder"
|
"export_global_file" "export_group" "export_multiline" "export_node_path" "export_placeholder"
|
||||||
"export_range" "export_subgroup" "icon" "onready" "rpc" "static_unload" "tool" "warning_ignore"))
|
"export_range" "export_storage" "export_subgroup" "icon" "onready" "rpc" "static_unload" "tool"
|
||||||
|
"warning_ignore"))
|
||||||
|
|
||||||
; Builtin Types
|
; Builtin Types
|
||||||
((identifier) @type.builtin
|
((identifier) @type.builtin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue