We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3754ee5 commit d8ad19eCopy full SHA for d8ad19e
queries/gdscript/highlights.scm
@@ -15,7 +15,6 @@
15
(set_body "set" @keyword)
16
(get_body "get" @keyword)
17
(static_keyword) @type.qualifier
18
-(tool_statement) @keyword
19
(breakpoint_statement) @debug
20
(inferred_type) @operator
21
[(true) (false)] @boolean
@@ -188,7 +187,7 @@
188
187
"export_flags_3d_physics" "export_flags_3d_render" "export_global_dir"
189
"export_global_file" "export_group" "export_multiline" "export_node_path"
190
"export_placeholder" "export_range" "export_subgroup" "icon" "onready"
191
- "rpc" "tool" "warning_ignore"
+ "rpc" "warning_ignore"
192
))
193
194
;; Builtin Types
0 commit comments