solorice/vscodium/extensions/magicstack.magicpython-1.1.1/test/regexp/python7.py
2022-04-28 21:17:01 +03:00

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