1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-08 21:06:21 +01:00
helix/runtime/queries/jjrevset/highlights.scm

19 lines
439 B
Scheme

(at_op) @variable.builtin
[
"::" ".."
(negate_op)
(union_op) (intersection_op) (difference_op)
] @operator
["(" ")"] @punctuation.bracket
"," @punctuation.delimiter
[(raw_string_literal) (string_literal)] @string
(function ((strict_identifier) @function))
(function (function_arguments (keyword_argument (strict_identifier) @variable.parameter)))
(primary ((identifier) @variable))
(string_pattern (strict_identifier) @keyword)