|
| 1 | +a = R'[a-z]' |
| 2 | +a = r'[a-z]' |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +a : source.python |
| 7 | += : keyword.operator.assignment.python, source.python |
| 8 | + : source.python |
| 9 | +R : source.python, storage.type.string.python, string.quoted.single.raw.python |
| 10 | +' : punctuation.definition.string.begin.python, source.python, string.quoted.single.raw.python |
| 11 | +[ : constant.other.set.regexp punctuation.character.set.begin.regexp, meta.character.set.regexp, source.python, string.quoted.single.raw.python |
| 12 | +a : constant.character.set.regexp, meta.character.set.regexp, source.python, string.quoted.single.raw.python |
| 13 | +- : constant.character.set.regexp, meta.character.set.regexp, source.python, string.quoted.single.raw.python |
| 14 | +z : constant.character.set.regexp, meta.character.set.regexp, source.python, string.quoted.single.raw.python |
| 15 | +] : constant.other.set.regexp punctuation.character.set.end.regexp, meta.character.set.regexp, source.python, string.quoted.single.raw.python |
| 16 | +' : punctuation.definition.string.end.python, source.python, string.quoted.single.raw.python |
| 17 | +a : source.python |
| 18 | += : keyword.operator.assignment.python, source.python |
| 19 | + : source.python |
| 20 | +r : source.python, storage.type.string.python, string.quoted.single.raw.python |
| 21 | +' : punctuation.definition.string.begin.python, source.python, string.quoted.single.raw.python |
| 22 | +[a-z] : source.python, string.quoted.single.raw.python |
| 23 | +' : punctuation.definition.string.end.python, source.python, string.quoted.single.raw.python |
0 commit comments