mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
28 lines
1.7 KiB
Python
28 lines
1.7 KiB
Python
f'''
|
|
prefix{10 # comment is still illegal here
|
|
} suffix'''
|
|
|
|
|
|
|
|
|
|
f : meta.fstring.python, source.python, storage.type.string.python, string.interpolated.python, string.quoted.multi.python
|
|
''' : meta.fstring.python, punctuation.definition.string.begin.python, source.python, string.interpolated.python, string.quoted.multi.python
|
|
: meta.fstring.python, source.python, string.interpolated.python, string.quoted.multi.python
|
|
prefix : meta.fstring.python, source.python, string.interpolated.python, string.quoted.multi.python
|
|
{ : constant.character.format.placeholder.other.python, meta.fstring.python, source.python
|
|
10 : constant.numeric.dec.python, meta.fstring.python, source.python
|
|
# : meta.fstring.python, source.python
|
|
comment : meta.fstring.python, source.python
|
|
: meta.fstring.python, source.python
|
|
is : keyword.operator.logical.python, meta.fstring.python, source.python
|
|
: meta.fstring.python, source.python
|
|
still : meta.fstring.python, source.python
|
|
: meta.fstring.python, source.python
|
|
illegal : meta.fstring.python, source.python
|
|
: meta.fstring.python, source.python
|
|
here : meta.fstring.python, source.python
|
|
: meta.fstring.python, source.python
|
|
} : constant.character.format.placeholder.other.python, meta.fstring.python, source.python
|
|
suffix : meta.fstring.python, source.python, string.interpolated.python, string.quoted.multi.python
|
|
''' : meta.fstring.python, punctuation.definition.string.end.python, source.python, string.interpolated.python, string.quoted.multi.python
|