supercollider/language-supercollider

Doesn't render nested comment blocks correctly

ssfrr opened this issue · 1 comments

ssfrr commented

Text to reproduce:

before /* pre /* inner */ post */ after

post is not highlighted as a comment because the first */ ends both the inner and outer comment context.

testing:

before /* pre /* inner */ post */ after