mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
51 lines
2.3 KiB
Python
51 lines
2.3 KiB
Python
a. #foo
|
|
a.
|
|
#foo
|
|
a. \
|
|
#foo
|
|
a. 'bar'
|
|
a.
|
|
'bar'
|
|
a. \
|
|
'bar'
|
|
|
|
|
|
|
|
a : source.python
|
|
. : punctuation.separator.period.python, source.python
|
|
: source.python
|
|
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
|
|
foo : comment.line.number-sign.python, source.python
|
|
a : source.python
|
|
. : punctuation.separator.period.python, source.python
|
|
: source.python
|
|
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
|
|
foo : comment.line.number-sign.python, source.python
|
|
a : source.python
|
|
. : punctuation.separator.period.python, source.python
|
|
: source.python
|
|
\ : punctuation.separator.continuation.line.python, source.python
|
|
: source.python
|
|
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
|
|
foo : comment.line.number-sign.python, source.python
|
|
a : source.python
|
|
. : punctuation.separator.period.python, source.python
|
|
: source.python
|
|
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
|
|
bar : source.python, string.quoted.single.python
|
|
' : punctuation.definition.string.end.python, source.python, string.quoted.single.python
|
|
a : source.python
|
|
. : punctuation.separator.period.python, source.python
|
|
: source.python
|
|
' : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.single.python
|
|
bar : source.python, string.quoted.docstring.single.python
|
|
' : punctuation.definition.string.end.python, source.python, string.quoted.docstring.single.python
|
|
a : source.python
|
|
. : punctuation.separator.period.python, source.python
|
|
: source.python
|
|
\ : punctuation.separator.continuation.line.python, source.python
|
|
: source.python
|
|
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
|
|
bar : source.python, string.quoted.single.python
|
|
' : punctuation.definition.string.end.python, source.python, string.quoted.single.python
|