forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
501 B
Scheme
26 lines
501 B
Scheme
3 years ago
|
(pattern_char) @string
|
||
|
(pattern_char_escaped) @constant.character.escape
|
||
|
|
||
|
(directory_separator) @string
|
||
|
(directory_separator_escaped) @constant.character.escape
|
||
|
|
||
|
(negation) @operator
|
||
|
|
||
|
(wildcard_char_single) @operator
|
||
|
(wildcard_chars) @operator
|
||
|
(wildcard_chars_allow_slash) @operator
|
||
|
|
||
|
(bracket_char) @string
|
||
|
(bracket_char_escaped) @constant.character.escape
|
||
|
|
||
|
(bracket_negation) @operator
|
||
|
(bracket_range) @operator
|
||
|
(bracket_char_class) @keyword
|
||
|
|
||
|
[
|
||
|
"["
|
||
|
"]"
|
||
|
] @punctuation.bracket
|
||
|
|
||
|
(comment) @comment
|