diff options
| author | PrestonKnopp <prestonknopp@gmail.com> | 2024-11-17 15:23:02 -0800 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2024-11-18 08:26:49 +0100 |
| commit | 37427012d1c77c544356bfff0c9acc88fd3256bc (patch) | |
| tree | 2076b6084d130c97c6203011049eabfbd52ca497 /queries | |
| parent | bot(lockfile): update editorconfig, gdscript, json, just, nu, pug, templ, vhd... (diff) | |
| download | nvim-treesitter-37427012d1c77c544356bfff0c9acc88fd3256bc.tar nvim-treesitter-37427012d1c77c544356bfff0c9acc88fd3256bc.tar.gz nvim-treesitter-37427012d1c77c544356bfff0c9acc88fd3256bc.tar.bz2 nvim-treesitter-37427012d1c77c544356bfff0c9acc88fd3256bc.tar.lz nvim-treesitter-37427012d1c77c544356bfff0c9acc88fd3256bc.tar.xz nvim-treesitter-37427012d1c77c544356bfff0c9acc88fd3256bc.tar.zst nvim-treesitter-37427012d1c77c544356bfff0c9acc88fd3256bc.zip | |
feat(gdscript): add new export annotations
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/gdscript/highlights.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/queries/gdscript/highlights.scm b/queries/gdscript/highlights.scm index b7670f73b..cea9093c0 100644 --- a/queries/gdscript/highlights.scm +++ b/queries/gdscript/highlights.scm @@ -254,12 +254,13 @@ (identifier) @attribute) (#any-of? @attribute ; 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_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_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 ((identifier) @type.builtin |
