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

Dev/props and escaping

Open darthwalsh opened this issue 8 years ago • 0 comments

Add command properties and fix string escaping

Copied all options from cmake commands The begin-end for Escaped Strings causes problems when unquoted arguments don't end with an escaped double-quote. Instead, use a negative look-behind to get the correct highlighting for normal strings. Fixes #30.

darthwalsh avatar Oct 27 '17 20:10 darthwalsh