Incorrect Identification as String in Send
ChaosOrdeal opened this issue · 2 comments
ChaosOrdeal commented
In the following line, "{end}" is incorrectly identified as a string. Actually, as a parameter of Send, the text incorrectly identified as a string actually sends double-quote, End key, double-quote (which is the intended behavior), but it is identified and colored as a string (which it isn't). I can't include color in this bug report, and decorating my snippet just made it confusing, so here's the raw text. It should be easy to repro. Thanks for the very useful extension.
F20::Send {Home}"{end}" video game{enter}
ChaosOrdeal commented
looks like a dead stick
mark-wiemer commented
Hey @ChaosOrdeal , you can open an issue on my fork, https://github.com/mark-wiemer/vscode-autohotkey-plus-plus, and I'll look into it