helix-mods/runtime/queries/yaml/highlights.scm

34 lines
531 B
Scheme
Raw Normal View History

(block_mapping_pair key: (_) @property)
(flow_mapping (_ key: (_) @property))
2021-09-02 07:58:57 +02:00
(boolean_scalar) @constant.builtin.boolean
(null_scalar) @constant.builtin
(double_quote_scalar) @string
(single_quote_scalar) @string
(escape_sequence) @string.escape
(integer_scalar) @number
(float_scalar) @number
(comment) @comment
(anchor_name) @type
(alias_name) @type
(tag) @type
(yaml_directive) @keyword
(ERROR) @error
[
","
"-"
":"
">"
"?"
"|"
] @punctuation.delimiter
[
"["
"]"
"{"
"}"
] @punctuation.bracket
["*" "&"] @punctuation.special