Open popematt opened 2 years ago
The plugin incorrectly identifies/highlights the following example as a string containing \"\n123\n and then a dangling \\".
\"\n123\n
\\"
"\\" 123 "\\"
It should be the string \, the int 123, and the string \.
\
123
The plugin incorrectly identifies/highlights the following example as a string containing
\"\n123\n
and then a dangling\\"
.It should be the string
\
, the int123
, and the string\
.