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

10 lines
425 B
ReasonML

foo(?!bar)
foo : source.regexp.python
( : keyword.operator.lookahead.negative.regexp, punctuation.parenthesis.lookahead.begin.regexp, source.regexp.python
?! : keyword.operator.lookahead.negative.regexp, source.regexp.python
bar : source.regexp.python
) : keyword.operator.lookahead.negative.regexp, punctuation.parenthesis.lookahead.end.regexp, source.regexp.python