diff --git a/queries/gdscript/highlights.scm b/queries/gdscript/highlights.scm index 2c88a52f3..a65afdc72 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