mirror of
https://github.com/helix-editor/helix
synced 2026-03-08 08:56:21 +01:00
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
|