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