mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
26 lines
1.2 KiB
Python
26 lines
1.2 KiB
Python
a = b"""
|
|
multiline "binary" string \
|
|
|
|
\xf1 \u1234aaaa \U1234aaaa
|
|
|
|
\N{BLACK SPADE SUIT}
|
|
"""
|
|
|
|
|
|
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
b : source.python, storage.type.string.python, string.quoted.binary.multi.python
|
|
""" : punctuation.definition.string.begin.python, source.python, string.quoted.binary.multi.python
|
|
multiline "binary" string : source.python, string.quoted.binary.multi.python
|
|
\ : constant.language.python, source.python, string.quoted.binary.multi.python
|
|
: source.python, string.quoted.binary.multi.python
|
|
: source.python, string.quoted.binary.multi.python
|
|
\xf1 : constant.character.escape.python, source.python, string.quoted.binary.multi.python
|
|
\u1234aaaa \U1234aaaa : source.python, string.quoted.binary.multi.python
|
|
: source.python, string.quoted.binary.multi.python
|
|
\N{BLACK SPADE SUIT} : source.python, string.quoted.binary.multi.python
|
|
""" : punctuation.definition.string.end.python, source.python, string.quoted.binary.multi.python
|