mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
25 lines
1021 B
Python
25 lines
1021 B
Python
a = R"""
|
|
multiline "raw" string \
|
|
|
|
\xf1 \u1234aaaa \U1234aaaa
|
|
|
|
\N{BLACK SPADE SUIT}
|
|
"""
|
|
|
|
|
|
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
R : source.python, storage.type.string.python, string.quoted.raw.multi.python
|
|
""" : punctuation.definition.string.begin.python, source.python, string.quoted.raw.multi.python
|
|
multiline "raw" string : source.python, string.quoted.raw.multi.python
|
|
\ : source.python, string.quoted.raw.multi.python
|
|
: source.python, string.quoted.raw.multi.python
|
|
\xf1 \u1234aaaa \U1234aaaa : source.python, string.quoted.raw.multi.python
|
|
: source.python, string.quoted.raw.multi.python
|
|
\N : source.python, string.quoted.raw.multi.python
|
|
{BLACK SPADE SUIT} : source.python, string.quoted.raw.multi.python
|
|
""" : punctuation.definition.string.end.python, source.python, string.quoted.raw.multi.python
|