Skip to content

Commit d8ad19e

Browse files
authored
Remove the "tool" statement from Godot 3
1 parent 3754ee5 commit d8ad19e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

queries/gdscript/highlights.scm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
(set_body "set" @keyword)
1616
(get_body "get" @keyword)
1717
(static_keyword) @type.qualifier
18-
(tool_statement) @keyword
1918
(breakpoint_statement) @debug
2019
(inferred_type) @operator
2120
[(true) (false)] @boolean
@@ -188,7 +187,7 @@
188187
"export_flags_3d_physics" "export_flags_3d_render" "export_global_dir"
189188
"export_global_file" "export_group" "export_multiline" "export_node_path"
190189
"export_placeholder" "export_range" "export_subgroup" "icon" "onready"
191-
"rpc" "tool" "warning_ignore"
190+
"rpc" "warning_ignore"
192191
))
193192

194193
;; Builtin Types

0 commit comments

Comments
 (0)