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

Comment line doesn't include EOL #64

Open
eugenesvk opened this issue Jun 7, 2020 · 0 comments · May be fixed by #65 or #72
Open

Comment line doesn't include EOL #64

eugenesvk opened this issue Jun 7, 2020 · 0 comments · May be fixed by #65 or #72

Comments

@eugenesvk
Copy link

eugenesvk commented Jun 7, 2020

Currently there is a very annoying bug with ; style comments — autocompletion doesn't turn itself off because it doesn't recognize the last caret position as a comment.line.ahk scope
(so, it's only turned off when you edit comments since then you move away from the end of the line)

changing
<string>(^\s*|\s+)(;)(.*)$</string>
to
<string>(^\s*|\s+)(;)(.*)(\n?)$</string>
fixes it for me, so I'll submit a patch, though not 100% certain this is the proper fix

eugenesvk added a commit to eugenesvk/SublimeAutoHotkey that referenced this issue Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant