Skip to content

Commit e129186

Browse files
committed
Merge pull request #155 from KenOfYugen/patch-1
Fix bug with unnumbered lists.
2 parents d3f1160 + 6bbfc98 commit e129186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/CoffeeScript (Literate).tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</dict>
9393
</dict>
9494
<key>end</key>
95-
<string>^(?=\S)</string>
95+
<string>\G([ ]{4}|\t|$)</string>
9696
<key>name</key>
9797
<string>markup.list.unnumbered.markdown</string>
9898
<key>patterns</key>

0 commit comments

Comments
 (0)