|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | | -f : source.python, storage.type.string.python, string.quoted.multi.python |
9 | | -''' : punctuation.definition.string.begin.python, source.python, string.quoted.multi.python |
10 | | - : source.python, string.quoted.multi.python |
11 | | - prefix : source.python, string.quoted.multi.python |
12 | | -{ : constant.character.format.placeholder.other.python, source.python |
13 | | -10 : constant.numeric.dec.python, source.python |
14 | | - # : source.python |
15 | | -comment : source.python |
16 | | - : source.python |
17 | | -is : keyword.operator.logical.python, source.python |
18 | | - : source.python |
19 | | -still : source.python |
20 | | - : source.python |
21 | | -illegal : source.python |
22 | | - : source.python |
23 | | -here : source.python |
24 | | - : source.python |
25 | | -} : constant.character.format.placeholder.other.python, source.python |
26 | | - suffix : source.python, string.quoted.multi.python |
27 | | -''' : punctuation.definition.string.end.python, source.python, string.quoted.multi.python |
| 8 | +f : meta.fstring.python, source.python, storage.type.string.python, string.quoted.multi.python |
| 9 | +''' : meta.fstring.python, punctuation.definition.string.begin.python, source.python, string.quoted.multi.python |
| 10 | + : meta.fstring.python, source.python, string.quoted.multi.python |
| 11 | + prefix : meta.fstring.python, source.python, string.quoted.multi.python |
| 12 | +{ : constant.character.format.placeholder.other.python, meta.fstring.python, source.python |
| 13 | +10 : constant.numeric.dec.python, meta.fstring.python, source.python |
| 14 | + # : meta.fstring.python, source.python |
| 15 | +comment : meta.fstring.python, source.python |
| 16 | + : meta.fstring.python, source.python |
| 17 | +is : keyword.operator.logical.python, meta.fstring.python, source.python |
| 18 | + : meta.fstring.python, source.python |
| 19 | +still : meta.fstring.python, source.python |
| 20 | + : meta.fstring.python, source.python |
| 21 | +illegal : meta.fstring.python, source.python |
| 22 | + : meta.fstring.python, source.python |
| 23 | +here : meta.fstring.python, source.python |
| 24 | + : meta.fstring.python, source.python |
| 25 | +} : constant.character.format.placeholder.other.python, meta.fstring.python, source.python |
| 26 | + suffix : meta.fstring.python, source.python, string.quoted.multi.python |
| 27 | +''' : meta.fstring.python, punctuation.definition.string.end.python, source.python, string.quoted.multi.python |
0 commit comments