Skip to content

Commit a7f2f91

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

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
@@ -58,8 +58,8 @@
5858
; We'll use @property since that's the term Godot uses.
5959
; But, should (source (variable_statement (name))) be @property, too? Since a
6060
; script file is a class in gdscript.
61-
(class_definition
62-
(body (variable_statement (name) @property)))
61+
;(class_definition
62+
; (body (variable_statement (name) @property)))
6363

6464
; Same question but for methods?
6565
(class_definition

0 commit comments

Comments
 (0)