Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  (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