Skip to content

Commit b06910f

Browse files
authored
Merge pull request #58 from ahkscript/joedf-patch-1
block comments broken if indented
2 parents 2915dc6 + 7039834 commit b06910f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AutoHotkey.tmLanguage

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333

3434
<dict>
3535
<key>begin</key>
36-
<string>^/\*</string>
36+
<string>^\s*/\*</string>
3737
<key>end</key>
38-
<string>^\*/</string>
38+
<string>^\s*\*/</string>
3939
<key>name</key>
4040
<string>comment.block.ahk</string>
4141
</dict>

0 commit comments

Comments
 (0)