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 d8ad19e commit a7f2f91Copy full SHA for a7f2f91
queries/gdscript/highlights.scm
@@ -58,8 +58,8 @@
58
; We'll use @property since that's the term Godot uses.
59
; But, should (source (variable_statement (name))) be @property, too? Since a
60
; script file is a class in gdscript.
61
-(class_definition
62
- (body (variable_statement (name) @property)))
+;(class_definition
+; (body (variable_statement (name) @property)))
63
64
; Same question but for methods?
65
(class_definition
0 commit comments