Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/vala/highlights.scm')
| -rw-r--r-- | runtime/queries/vala/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/vala/highlights.scm b/runtime/queries/vala/highlights.scm index 3d804cf8..685cda13 100644 --- a/runtime/queries/vala/highlights.scm +++ b/runtime/queries/vala/highlights.scm @@ -24,7 +24,6 @@ (unqualified_type (symbol . (identifier) @type)) (unqualified_type (symbol (symbol) @namespace (identifier) @type)) -(identifier) @variable (attribute) @variable.other.member (method_declaration (symbol (symbol) @type (identifier) @function)) (method_declaration (symbol (identifier) @function)) @@ -42,6 +41,7 @@ (parameter (identifier) @variable.parameter) (property_declaration (symbol (identifier) @variable.other.member)) (field_declaration (identifier) @variable) +(identifier) @variable [ (this_access) (base_access) |