jonschlinkert / sublime-markdown-extended

Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
https://github.com/jonschlinkert
MIT License
660 stars 96 forks source link

Fixes list highlighting after the first item (see #99 and #135) #149

Closed ma-schmidt closed 7 years ago

ma-schmidt commented 7 years ago

Issue #135 is simply a duplicate of #99.

Before, only the first item's marker (bullet point or number) would be matched as a list punctuation. Now, once the list-paragraph context has been pushed, it checks again at the start of new lines whether it's a list marker.

jonschlinkert commented 7 years ago

thanks! we'll merge ASAP!

jonschlinkert commented 7 years ago

really sorry for the delay, and I really appreciate the prs. (fwiw I don't mind being pinged from time to time, I sometimes forget to check my non-javascript projects)