You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only "double-quoted strings" are recognized with the scope name of string.quoted.double.ahk, but not
'single quoted strings'.
I've created a patch via a simple copy&paste of this scope but for single quote marks also changing the name to string.quoted.double.ahk and removing constant.character.escape.ahk, which as far as I understand is not needed for single quoted strings