Skip to content

Commit

Permalink
fix: include EOL in comment's scope
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed Dec 9, 2021
1 parent ba2d57e commit dbc26e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoHotkey.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scope: source.ahk
version: 2
contexts:
main:
- match: (^\s*|\s+)(;)(.*)$
- match: (^\s*|\s+)(;)(.*)\n$
scope: comment.line.ahk
captures:
1: comment.line.ahk
Expand Down

0 comments on commit dbc26e6

Please sign in to comment.