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
The text was updated successfully, but these errors were encountered:
Allows easy user fixes by extending the default syntax without editing the packaged file
Also enables easier v2 syntax upgrade, though at the moment both syntaxes can't exist since they are applied to the same extension
Issue: ahkscript#66
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 removingconstant.character.escape.ahk
, which as far as I understand is not needed for single quoted stringsThe text was updated successfully, but these errors were encountered: