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

10 lines
320 B
ReasonML

foo(?#comment)bar
foo : source.regexp.python
(?# : comment.regexp, punctuation.comment.begin.regexp, source.regexp.python
comment : comment.regexp, source.regexp.python
) : comment.regexp, punctuation.comment.end.regexp, source.regexp.python
bar : source.regexp.python