atom-language-julia icon indicating copy to clipboard operation
atom-language-julia copied to clipboard

Braces in type parameters break highlighting for the whole file

Open aplavin opened this issue 5 years ago • 0 comments

Here is a minimal example in VS Code: image and on GitHub. Basically, { in line 3 is just highlighted in a wrong way, but does not affect anything after it. But } in line 4 makes all the following code till the end of the file highlighted as content of a string literal - i.e. not highlighted as code.

aplavin avatar Jul 29 '20 14:07 aplavin