|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 | | -( : punctuation.parenthesis.begin.regexp support.other.parenthesis.regexp, source.regexp |
6 | | -< : source.regexp |
7 | | -) : punctuation.parenthesis.end.regexp support.other.parenthesis.regexp, source.regexp |
8 | | -? : keyword.operator.quantifier.regexp, source.regexp |
9 | | -( : punctuation.parenthesis.begin.regexp support.other.parenthesis.regexp, source.regexp |
10 | | -\w : source.regexp, support.other.escape.special.regexp |
11 | | -+ : keyword.operator.quantifier.regexp, source.regexp |
12 | | -@ : source.regexp |
13 | | -\w : source.regexp, support.other.escape.special.regexp |
14 | | -+ : keyword.operator.quantifier.regexp, source.regexp |
15 | | -(?: : punctuation.parenthesis.non-capturing.begin.regexp support.other.parenthesis.regexp, source.regexp |
16 | | -\. : constant.character.escape.regexp, source.regexp |
17 | | -\w : source.regexp, support.other.escape.special.regexp |
18 | | -+ : keyword.operator.quantifier.regexp, source.regexp |
19 | | -) : punctuation.parenthesis.non-capturing.end.regexp support.other.parenthesis.regexp, source.regexp |
20 | | -+ : keyword.operator.quantifier.regexp, source.regexp |
21 | | -) : punctuation.parenthesis.end.regexp support.other.parenthesis.regexp, source.regexp |
22 | | -( : keyword.operator.conditional.regexp, punctuation.parenthesis.conditional.begin.regexp, source.regexp |
23 | | -?(1) : keyword.operator.conditional.regexp, source.regexp |
24 | | -> : source.regexp |
25 | | -| : keyword.operator.disjunction.regexp, source.regexp |
26 | | -$ : source.regexp, support.other.match.end.regexp |
27 | | -) : punctuation.parenthesis.conditional.end.regexp keyword.operator.conditional.negative.regexp, source.regexp |
| 5 | +( : punctuation.parenthesis.begin.regexp support.other.parenthesis.regexp, source.regexp.python |
| 6 | +< : source.regexp.python |
| 7 | +) : punctuation.parenthesis.end.regexp support.other.parenthesis.regexp, source.regexp.python |
| 8 | +? : keyword.operator.quantifier.regexp, source.regexp.python |
| 9 | +( : punctuation.parenthesis.begin.regexp support.other.parenthesis.regexp, source.regexp.python |
| 10 | +\w : source.regexp.python, support.other.escape.special.regexp |
| 11 | ++ : keyword.operator.quantifier.regexp, source.regexp.python |
| 12 | +@ : source.regexp.python |
| 13 | +\w : source.regexp.python, support.other.escape.special.regexp |
| 14 | ++ : keyword.operator.quantifier.regexp, source.regexp.python |
| 15 | +(?: : punctuation.parenthesis.non-capturing.begin.regexp support.other.parenthesis.regexp, source.regexp.python |
| 16 | +\. : constant.character.escape.regexp, source.regexp.python |
| 17 | +\w : source.regexp.python, support.other.escape.special.regexp |
| 18 | ++ : keyword.operator.quantifier.regexp, source.regexp.python |
| 19 | +) : punctuation.parenthesis.non-capturing.end.regexp support.other.parenthesis.regexp, source.regexp.python |
| 20 | ++ : keyword.operator.quantifier.regexp, source.regexp.python |
| 21 | +) : punctuation.parenthesis.end.regexp support.other.parenthesis.regexp, source.regexp.python |
| 22 | +( : keyword.operator.conditional.regexp, punctuation.parenthesis.conditional.begin.regexp, source.regexp.python |
| 23 | +?(1) : keyword.operator.conditional.regexp, source.regexp.python |
| 24 | +> : source.regexp.python |
| 25 | +| : keyword.operator.disjunction.regexp, source.regexp.python |
| 26 | +$ : source.regexp.python, support.other.match.end.regexp |
| 27 | +) : punctuation.parenthesis.conditional.end.regexp keyword.operator.conditional.negative.regexp, source.regexp.python |
0 commit comments