Skip to content

Commit a52fab3

Browse files
authored
Update highlights.scm
1 parent a7f2f91 commit a52fab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

queries/gdscript/highlights.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
; (body (variable_statement (name) @property)))
6363

6464
; Same question but for methods?
65-
(class_definition
66-
(body (function_definition (name) @method)))
65+
;(class_definition
66+
; (body (function_definition (name) @method)))
6767

6868
(attribute_call (identifier) @method.call)
6969
(attribute (_) (identifier) @property)

0 commit comments

Comments
 (0)