summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--queries/gdscript/highlights.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/queries/gdscript/highlights.scm b/queries/gdscript/highlights.scm
index 2c88a52f..a65afdc7 100644
--- a/queries/gdscript/highlights.scm
+++ b/queries/gdscript/highlights.scm
@@ -33,10 +33,6 @@
((identifier) @type
(#match? @type "^[A-Z][A-Z_0-9]*$") . (_))
-((attribute
- (identifier) @field)
- (#vim-match? @field "^([A-Z])@!.*$"))
-
;; Functions
(constructor_definition) @constructor