stef-levesque / vscode-autohotkey

AutoHotkey language support for VS Code
MIT License
96 stars 23 forks source link

Incorrect Identification as String in Send #28

Closed ChaosOrdeal closed 2 years ago

ChaosOrdeal commented 4 years ago

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 2 years ago

looks like a dead stick

mark-wiemer commented 2 years ago

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 🙂