[Suggestion] Syntax highlighting for #If conditions
Something like this, it could be nice
An example included in the AutoHotkey documentation for WInActive().
if WinActive("ahk_class Notepad") or WinActive("ahk_class" . ClassName) ; "ahk_class" need not have a space after it.
WinClose ; Uses the last found window.
i’m sorry, i explained myself poorly. With syntax i meant the syntax colouring like in that example. Currently for me it was all one colour. Sorry for the inconvenience
Ah syntax highlighting, I'm with you now - try asking Mark Wiemer here.
Thank u! Sorry again for my bad wording
Nothing to apologise for. 👍
Thanks for the callout, sorry for the delay. Tagging https://github.com/vscode-autohotkey/vscode-autohotkey-plus-plus/issues/128 as it's tracking the larger work here