Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/tsq/highlights.scm')
| -rw-r--r-- | runtime/queries/tsq/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/tsq/highlights.scm b/runtime/queries/tsq/highlights.scm index a7fd0b38..4ef463a6 100644 --- a/runtime/queries/tsq/highlights.scm +++ b/runtime/queries/tsq/highlights.scm @@ -36,12 +36,12 @@ (named_node name: (identifier) @tag) +(predicate name: (identifier) @error) ((predicate "#" @function.builtin name: (identifier) @function.builtin @_name type: (predicate_type) @function.builtin) (#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 |