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 a7f2f91 commit a52fab3Copy full SHA for a52fab3
queries/gdscript/highlights.scm
@@ -62,8 +62,8 @@
62
; (body (variable_statement (name) @property)))
63
64
; Same question but for methods?
65
-(class_definition
66
- (body (function_definition (name) @method)))
+;(class_definition
+; (body (function_definition (name) @method)))
67
68
(attribute_call (identifier) @method.call)
69
(attribute (_) (identifier) @property)
0 commit comments