diff --git a/runtime/queries/tsq/highlights.scm b/runtime/queries/tsq/highlights.scm index 856a1da6f..a7fd0b385 100644 --- a/runtime/queries/tsq/highlights.scm +++ b/runtime/queries/tsq/highlights.scm @@ -40,7 +40,7 @@ "#" @function.builtin name: (identifier) @function.builtin @_name type: (predicate_type) @function.builtin) - (#any-of? @_name "eq" "match" "any-of" "not-any-of" "is" "is-not" "not-same-line" "not-kind-eq" "set" "select-adjacent" "strip")) + (#any-of? @_name "eq" "not-eq" "match" "not-match" "any-of" "not-any-of" "is" "is-not" "not-same-line" "not-kind-eq" "set" "select-adjacent" "strip")) (predicate name: (identifier) @error) (capture) @label