Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'single quoted strings' #66

Open
eugenesvk opened this issue Jun 28, 2020 · 0 comments · May be fixed by #67
Open

Add 'single quoted strings' #66

eugenesvk opened this issue Jun 28, 2020 · 0 comments · May be fixed by #67

Comments

@eugenesvk
Copy link

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

@eugenesvk eugenesvk linked a pull request Jun 28, 2020 that will close this issue
eugenesvk added a commit to eugenesvk/SublimeAutoHotkey that referenced this issue Dec 9, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant