aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/regex/rainbows.scm
blob: a9eb1cffe7b74db21fd878dbf76bdeeb5e387569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  (lookahead_assertion)
  (character_class)
  (anonymous_capturing_group)
  (named_capturing_group)
  (non_capturing_group)
  (count_quantifier)
  (character_class_escape)
] @rainbow.scope

[
  "(?" "(?:"
  "(?<" ">"
  "(" ")"
  "[" "]"
  "{" "}"
] @rainbow.bracket