Skip to content

Commit

Permalink
Merge pull request #155 from KenOfYugen/patch-1
Browse files Browse the repository at this point in the history
Fix bug with unnumbered lists.
  • Loading branch information
jashkenas committed Aug 20, 2015
2 parents d3f1160 + 6bbfc98 commit e129186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/CoffeeScript (Literate).tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</dict>
</dict>
<key>end</key>
<string>^(?=\S)</string>
<string>\G([ ]{4}|\t|$)</string>
<key>name</key>
<string>markup.list.unnumbered.markdown</string>
<key>patterns</key>
Expand Down

0 comments on commit e129186

Please sign in to comment.