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

10 lines
404 B
ReasonML

(?<=foo)bar
( : keyword.operator.lookbehind.regexp, punctuation.parenthesis.lookbehind.begin.regexp, source.regexp.python
?<= : keyword.operator.lookbehind.regexp, source.regexp.python
foo : source.regexp.python
) : keyword.operator.lookbehind.regexp, punctuation.parenthesis.lookbehind.end.regexp, source.regexp.python
bar : source.regexp.python