mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
30 lines
1.5 KiB
Python
30 lines
1.5 KiB
Python
a = 'XXX FIXME NB TODO'
|
|
a = r'XXX FIXME NB TODO'
|
|
a = b'XXX FIXME NB TODO'
|
|
|
|
|
|
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
|
|
XXX FIXME NB TODO : source.python, string.quoted.single.python
|
|
' : punctuation.definition.string.end.python, source.python, string.quoted.single.python
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
r : source.python, storage.type.string.python, string.regexp.quoted.single.python
|
|
' : punctuation.definition.string.begin.python, source.python, string.regexp.quoted.single.python
|
|
XXX FIXME NB TODO : source.python, string.regexp.quoted.single.python
|
|
' : punctuation.definition.string.end.python, source.python, string.regexp.quoted.single.python
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
b : source.python, storage.type.string.python, string.quoted.binary.single.python
|
|
' : punctuation.definition.string.begin.python, source.python, string.quoted.binary.single.python
|
|
XXX FIXME NB TODO : source.python, string.quoted.binary.single.python
|
|
' : punctuation.definition.string.end.python, source.python, string.quoted.binary.single.python
|