vs.language.cmake icon indicating copy to clipboard operation
vs.language.cmake copied to clipboard

Syntax highlighting expects ending escaped double-quote

Open darthwalsh opened this issue 8 years ago • 0 comments
trafficstars

The fix for #14 seems to have a caused a new issue.

The command MESSAGE( \"abc ) (which outputs "abc) is highlighted like the string is \"abc ) (and keeps highlighting onto the next line).

It might be easier to just disable highlighting for unquoted arguments, instead of highlighting the wrong thing.

darthwalsh avatar Oct 24 '17 23:10 darthwalsh