mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
14 lines
658 B
Python
14 lines
658 B
Python
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
|