vs.language.cmake
vs.language.cmake copied to clipboard
Syntax highlighting expects ending escaped double-quote
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.