Skip to content

Dev/props and escaping - #31

Open
darthwalsh wants to merge 2 commits into
twxs:masterfrom
darthwalsh:dev/PropsAndEscaping
Open

Dev/props and escaping#31
darthwalsh wants to merge 2 commits into
twxs:masterfrom
darthwalsh:dev/PropsAndEscaping

Conversation

@darthwalsh

Copy link
Copy Markdown
Contributor

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.

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 twxs#30.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Syntax highlighting expects ending escaped double-quote

2 participants