mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
20 lines
835 B
Python
20 lines
835 B
Python
a = R'''\n
|
|
{% for item in seq %}
|
|
\n {{ item }} \n \N{BLACK SPADE SUIT}
|
|
{% endfor %}
|
|
'''
|
|
|
|
|
|
|
|
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
|
|
\n : source.python, string.quoted.raw.multi.python
|
|
{% for item in seq %} : source.python, string.quoted.raw.multi.python
|
|
\n {{ item }} \n \N{BLACK SPADE SUIT} : source.python, string.quoted.raw.multi.python
|
|
{% endfor %} : source.python, string.quoted.raw.multi.python
|
|
''' : punctuation.definition.string.end.python, source.python, string.quoted.raw.multi.python
|