mirror of
https://github.com/helix-editor/helix
synced 2026-08-06 02:52:59 +02:00
19 lines
316 B
Scheme
19 lines
316 B
Scheme
[
|
|
(lookaround_assertion)
|
|
(inline_flags_group)
|
|
(character_class)
|
|
(anonymous_capturing_group)
|
|
(named_capturing_group)
|
|
(non_capturing_group)
|
|
(count_quantifier)
|
|
(character_class_escape)
|
|
] @rainbow.scope
|
|
|
|
[
|
|
"(?" "(?:"
|
|
"(?<" "(?P<" "(?P=" ">"
|
|
"(" ")"
|
|
"[" "[:" ":]" "]"
|
|
"{" "}"
|
|
] @rainbow.bracket
|