-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathformat11.py
More file actions
19 lines (16 loc) · 1.07 KB
/
format11.py
File metadata and controls
19 lines (16 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
a = R'''\fr{still_ok}ac{m_{j \rightarrow i}(\mathrm{good})}
{not_ok} %d
'''
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
\fr : source.python, string.quoted.raw.multi.python
{still_ok} : constant.character.format.placeholder.other.python, meta.format.brace.python, source.python, string.quoted.raw.multi.python
ac : source.python, string.quoted.raw.multi.python
{m_{j \rightarrow i}(\mathrm{good})} : source.python, string.quoted.raw.multi.python
{not_ok} : source.python, string.quoted.raw.multi.python
%d : constant.character.format.placeholder.other.python, meta.format.percent.python, source.python, string.quoted.raw.multi.python
''' : punctuation.definition.string.end.python, source.python, string.quoted.raw.multi.python