vs.language.cmake
vs.language.cmake copied to clipboard
Dev/props and escaping
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.