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

11 lines
411 B
ReasonML

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