mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
57 lines
2.9 KiB
Python
57 lines
2.9 KiB
Python
a = r'('
|
|
1
|
|
|
|
a = r"(?="
|
|
1
|
|
|
|
a = r"""(?:
|
|
"""
|
|
1
|
|
|
|
a = r'''[
|
|
'''
|
|
1
|
|
|
|
|
|
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
r : source.python, storage.type.string.python, string.regexp.quoted.single.python
|
|
' : punctuation.definition.string.begin.python, source.python, string.regexp.quoted.single.python
|
|
( : punctuation.parenthesis.begin.regexp, source.python, string.regexp.quoted.single.python, support.other.parenthesis.regexp
|
|
' : punctuation.definition.string.end.python, source.python, string.regexp.quoted.single.python
|
|
1 : constant.numeric.dec.python, source.python
|
|
: source.python
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
r : source.python, storage.type.string.python, string.regexp.quoted.single.python
|
|
" : punctuation.definition.string.begin.python, source.python, string.regexp.quoted.single.python
|
|
( : keyword.operator.lookahead.regexp, punctuation.parenthesis.lookahead.begin.regexp, source.python, string.regexp.quoted.single.python
|
|
?= : keyword.operator.lookahead.regexp, source.python, string.regexp.quoted.single.python
|
|
" : punctuation.definition.string.end.python, source.python, string.regexp.quoted.single.python
|
|
1 : constant.numeric.dec.python, source.python
|
|
: source.python
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
r : source.python, storage.type.string.python, string.regexp.quoted.multi.python
|
|
""" : punctuation.definition.string.begin.python, source.python, string.regexp.quoted.multi.python
|
|
(?: : punctuation.parenthesis.non-capturing.begin.regexp, source.python, string.regexp.quoted.multi.python, support.other.parenthesis.regexp
|
|
""" : punctuation.definition.string.end.python, source.python, string.regexp.quoted.multi.python
|
|
1 : constant.numeric.dec.python, source.python
|
|
: source.python
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
r : source.python, storage.type.string.python, string.regexp.quoted.multi.python
|
|
''' : punctuation.definition.string.begin.python, source.python, string.regexp.quoted.multi.python
|
|
[ : constant.other.set.regexp, meta.character.set.regexp, punctuation.character.set.begin.regexp, source.python, string.regexp.quoted.multi.python
|
|
''' : punctuation.definition.string.end.python, source.python, string.regexp.quoted.multi.python
|
|
1 : constant.numeric.dec.python, source.python
|