diff options
| -rw-r--r-- | queries/query/highlights.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/queries/query/highlights.scm b/queries/query/highlights.scm index a3816b6a..6bd2e00e 100644 --- a/queries/query/highlights.scm +++ b/queries/query/highlights.scm @@ -1,8 +1,19 @@ (string) @string (capture) @type (anonymous_node) @string +(predicate) @function (named_node name: (identifier) @variable (field_definition name: (identifier) @property)) (comment) @comment + +(quantifier) @operator +(predicate_type) @punctuation.special + +[ + "[" + "]" + "(" + ")" +] @punctuation.bracket |
