Skip to content

Commit 9855128

Browse files
committed
Extend comment line scope (;) to include EOL symbol to properly disable autocompletion
1 parent 279f16c commit 9855128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutoHotkey.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</dict>
2727
</dict>
2828
<key>match</key>
29-
<string>(^\s*|\s+)(;)(.*)$</string>
29+
<string>(^\s*|\s+)(;)(.*)(\n?)$</string>
3030
<key>name</key>
3131
<string>comment.line.ahk</string>
3232
</dict>

0 commit comments

Comments
 (0)