Skip to content

Commit

Permalink
Extend comment line scope (;) to include EOL symbol to properly disab…
Browse files Browse the repository at this point in the history
…le autocompletion
  • Loading branch information
eugenesvk committed Jun 7, 2020
1 parent 279f16c commit 37b15dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoHotkey.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</dict>
</dict>
<key>match</key>
<string>(^\s*|\s+)(;)(.*)$</string>
<string>(^\s*|\s+)(;)(.*\n)$</string>
<key>name</key>
<string>comment.line.ahk</string>
</dict>
Expand Down

0 comments on commit 37b15dc

Please sign in to comment.