|
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 | | -rf : source.python, storage.type.string.python, string.interpolated.python, string.regexp.quoted.single.python |
11 | | -" : punctuation.definition.string.begin.python, source.python, string.interpolated.python, string.regexp.quoted.single.python |
12 | | -{ : constant.character.format.placeholder.other.python, source.python, string.interpolated.python, string.regexp.quoted.single.python |
13 | | -} : constant.character.format.placeholder.other.python, source.python, string.interpolated.python, string.regexp.quoted.single.python |
14 | | - : source.python, string.interpolated.python, string.regexp.quoted.single.python |
15 | | -{ : constant.character.format.placeholder.other.python, source.python, string.interpolated.python, string.regexp.quoted.single.python |
16 | | - : invalid.illegal.brace.python, source.python, string.interpolated.python, string.regexp.quoted.single.python |
17 | | -} : constant.character.format.placeholder.other.python, source.python, string.interpolated.python, string.regexp.quoted.single.python |
18 | | -" : punctuation.definition.string.end.python, source.python, string.interpolated.python, string.regexp.quoted.single.python |
19 | | -rf : source.python, storage.type.string.python, string.interpolated.python, string.regexp.quoted.multi.python |
20 | | -""" : punctuation.definition.string.begin.python, source.python, string.interpolated.python, string.regexp.quoted.multi.python |
21 | | -{ : constant.character.format.placeholder.other.python, source.python, string.interpolated.python, string.regexp.quoted.multi.python |
22 | | -} : constant.character.format.placeholder.other.python, source.python, string.interpolated.python, string.regexp.quoted.multi.python |
23 | | -{ : constant.character.format.placeholder.other.python, source.python, string.interpolated.python, string.regexp.quoted.multi.python |
24 | | - : invalid.illegal.brace.python, source.python, string.interpolated.python, string.regexp.quoted.multi.python |
25 | | -} : constant.character.format.placeholder.other.python, source.python, string.interpolated.python, string.regexp.quoted.multi.python |
26 | | -""" : punctuation.definition.string.end.python, source.python, string.interpolated.python, string.regexp.quoted.multi.python |
| 10 | +rf : meta.fstring.python, source.python, storage.type.string.python, string.interpolated.python, string.quoted.raw.single.python |
| 11 | +" : meta.fstring.python, punctuation.definition.string.begin.python, source.python, string.quoted.raw.single.python |
| 12 | +{ : constant.character.format.placeholder.other.python, meta.fstring.python, source.python |
| 13 | +} : constant.character.format.placeholder.other.python, meta.fstring.python, source.python |
| 14 | + : meta.fstring.python, source.python, string.interpolated.python, string.quoted.raw.single.python |
| 15 | +{ : constant.character.format.placeholder.other.python, meta.fstring.python, source.python |
| 16 | + : invalid.illegal.brace.python, meta.fstring.python, source.python |
| 17 | +} : constant.character.format.placeholder.other.python, meta.fstring.python, source.python |
| 18 | +" : meta.fstring.python, punctuation.definition.string.end.python, source.python, string.interpolated.python, string.quoted.raw.single.python |
| 19 | +rf : meta.fstring.python, source.python, storage.type.string.python, string.interpolated.python, string.quoted.raw.multi.python |
| 20 | +""" : meta.fstring.python, punctuation.definition.string.begin.python, source.python, string.quoted.raw.multi.python |
| 21 | +{ : constant.character.format.placeholder.other.python, meta.fstring.python, source.python |
| 22 | +} : constant.character.format.placeholder.other.python, meta.fstring.python, source.python |
| 23 | + : meta.fstring.python, source.python, string.interpolated.python, string.quoted.raw.multi.python |
| 24 | +{ : constant.character.format.placeholder.other.python, meta.fstring.python, source.python |
| 25 | + : invalid.illegal.brace.python, meta.fstring.python, source.python |
| 26 | +} : constant.character.format.placeholder.other.python, meta.fstring.python, source.python |
| 27 | + : meta.fstring.python, source.python, string.interpolated.python, string.quoted.raw.multi.python |
| 28 | +""" : meta.fstring.python, punctuation.definition.string.end.python, source.python, string.interpolated.python, string.quoted.raw.multi.python |
0 commit comments