forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformat15.py
More file actions
19 lines (16 loc) · 851 Bytes
/
format15.py
File metadata and controls
19 lines (16 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
a = '''
{{ before detection }}
{# jinja comment #}
{{ after detection }}
'''
a : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
''' : punctuation.definition.string.begin.python, source.python, string.quoted.multi.python
{{ : constant.character.format.placeholder.other.python, source.python, string.quoted.multi.python
before detection : source.python, string.quoted.multi.python
}} : constant.character.format.placeholder.other.python, source.python, string.quoted.multi.python
{# jinja comment #} : source.python, string.quoted.multi.python
{{ after detection }} : source.python, string.quoted.multi.python
''' : punctuation.definition.string.end.python, source.python, string.quoted.multi.python