aboutsummaryrefslogtreecommitdiffstats
path: root/queries
diff options
context:
space:
mode:
Diffstat (limited to 'queries')
-rw-r--r--queries/query/highlights.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/queries/query/highlights.scm b/queries/query/highlights.scm
index 515055449..37435a871 100644
--- a/queries/query/highlights.scm
+++ b/queries/query/highlights.scm
@@ -5,6 +5,7 @@
(predicate name: (identifier) @function)
(named_node name: (identifier) @variable)
(field_definition name: (identifier) @property)
+(negated_field "!" @operator (identifier) @property)
(comment) @comment
(quantifier) @operator
@@ -20,7 +21,7 @@
] @punctuation.bracket
":" @punctuation.delimiter
-"@" @punctuation.special
+["@" "#"] @punctuation.special
"_" @constant
((parameters (identifier) @number)