|
15 | 15 | : source.python |
16 | 16 | \ : separator.continuation.line.python, source.python |
17 | 17 | : source.python |
18 | | -r : source.python, storage.type.string.python, string.regexp.quoted.python |
19 | | -' : punctuation.definition.string.begin.python, source.python, string.regexp.quoted.python |
20 | | ->>> print : source.python, string.regexp.quoted.python |
21 | | -( : punctuation.parenthesis.begin.regexp, source.python, string.regexp.quoted.python, support.other.parenthesis.regexp |
22 | | -42 : source.python, string.regexp.quoted.python |
23 | | -) : punctuation.parenthesis.end.regexp, source.python, string.regexp.quoted.python, support.other.parenthesis.regexp |
24 | | -a : source.python, string.regexp.quoted.python |
25 | | -[ : constant.other.set.regexp, meta.character.set.regexp, punctuation.character.set.begin.regexp, source.python, string.regexp.quoted.python |
26 | | -w : constant.character.set.regexp, meta.character.set.regexp, source.python, string.regexp.quoted.python |
27 | | -e : constant.character.set.regexp, meta.character.set.regexp, source.python, string.regexp.quoted.python |
28 | | -r : constant.character.set.regexp, meta.character.set.regexp, source.python, string.regexp.quoted.python |
29 | | -] : constant.other.set.regexp, meta.character.set.regexp, punctuation.character.set.end.regexp, source.python, string.regexp.quoted.python |
30 | | -' : punctuation.definition.string.end.python, source.python, string.regexp.quoted.python |
| 18 | +r : source.python, storage.type.string.python, string.regexp.quoted.single.python |
| 19 | +' : punctuation.definition.string.begin.python, source.python, string.regexp.quoted.single.python |
| 20 | +>>> print : source.python, string.regexp.quoted.single.python |
| 21 | +( : punctuation.parenthesis.begin.regexp, source.python, string.regexp.quoted.single.python, support.other.parenthesis.regexp |
| 22 | +42 : source.python, string.regexp.quoted.single.python |
| 23 | +) : punctuation.parenthesis.end.regexp, source.python, string.regexp.quoted.single.python, support.other.parenthesis.regexp |
| 24 | +a : source.python, string.regexp.quoted.single.python |
| 25 | +[ : constant.other.set.regexp, meta.character.set.regexp, punctuation.character.set.begin.regexp, source.python, string.regexp.quoted.single.python |
| 26 | +w : constant.character.set.regexp, meta.character.set.regexp, source.python, string.regexp.quoted.single.python |
| 27 | +e : constant.character.set.regexp, meta.character.set.regexp, source.python, string.regexp.quoted.single.python |
| 28 | +r : constant.character.set.regexp, meta.character.set.regexp, source.python, string.regexp.quoted.single.python |
| 29 | +] : constant.other.set.regexp, meta.character.set.regexp, punctuation.character.set.end.regexp, source.python, string.regexp.quoted.single.python |
| 30 | +' : punctuation.definition.string.end.python, source.python, string.regexp.quoted.single.python |
31 | 31 | : source.python |
32 | 32 | b : source.python |
33 | 33 | = : keyword.operator.assignment.python, source.python |
|
0 commit comments