mirror of https://github.com/helix-editor/helix
18 lines
268 B
Scheme
18 lines
268 B
Scheme
|
[
|
||
|
(lookahead_assertion)
|
||
|
(character_class)
|
||
|
(anonymous_capturing_group)
|
||
|
(named_capturing_group)
|
||
|
(non_capturing_group)
|
||
|
(count_quantifier)
|
||
|
(character_class_escape)
|
||
|
] @rainbow.scope
|
||
|
|
||
|
[
|
||
|
"(?" "(?:"
|
||
|
"(?<" ">"
|
||
|
"(" ")"
|
||
|
"[" "]"
|
||
|
"{" "}"
|
||
|
] @rainbow.bracket
|