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