aboutsummaryrefslogtreecommitdiffstats
path: root/queries/gdscript
diff options
context:
space:
mode:
authorPrestonKnopp <prestonknopp@gmail.com>2024-11-17 15:23:02 -0800
committerChristian Clason <ch.clason+github@icloud.com>2024-11-18 08:26:49 +0100
commit37427012d1c77c544356bfff0c9acc88fd3256bc (patch)
tree2076b6084d130c97c6203011049eabfbd52ca497 /queries/gdscript
parentbot(lockfile): update editorconfig, gdscript, json, just, nu, pug, templ, vhd... (diff)
downloadnvim-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/gdscript')
-rw-r--r--queries/gdscript/highlights.scm5
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