1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-08 08:56:21 +01:00
helix/runtime/queries/regex/rainbows.scm
2025-07-26 18:02:29 -04:00

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