forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformat1.py
More file actions
13 lines (9 loc) · 658 Bytes
/
format1.py
File metadata and controls
13 lines (9 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
r'''Module docstring
%(language)s has %(number)03d quote types.
'''
r : source.python, storage.type.string.python, string.quoted.docstring.raw.multi.python
''' : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.raw.multi.python
Module docstring : source.python, string.quoted.docstring.raw.multi.python
: source.python, string.quoted.docstring.raw.multi.python
%(language)s has %(number)03d quote types. : source.python, string.quoted.docstring.raw.multi.python
''' : punctuation.definition.string.end.python, source.python, string.quoted.docstring.raw.multi.python