sublime-markdown-extended
sublime-markdown-extended copied to clipboard
Single line list items don't highlight
In this example, only the first list item has its number styled.
1. test
2. test
3. test
* a
* b
* c

I'll take a look at the commonmark spec to see what it says about single list items. for now I'll mark as a bug, thanks for reporting.
Bump. Shouldn't all the list numbers/markers be highlighted?
+1 That's the thing that I also wanted to post issue about.
+1 Same here, I even went into the tmTheme file and change it as described in this post: http://superuser.com/questions/1046133/sublimetext-3-syntax-highlighting-markdown-list-asterisk
fwiw I have a fix for this, along with a bunch of others. I'm just making sure there are no regressions before I push up
@jonschlinkert Sounds great!
@jonschlinkert You might want to see the solution someone posted on superuser :+1: it solves the problem well.
In my case none of items gets highlighted.
The following text has * colored the same as text near to them. I'm using Solarized Dark theme. The headings are highlighted correctly.
* text 1
* text 2
Any update on this issue? The code is already there on Stackoverflow, ready to be pasted. When I installed the package yesterday, this bug was still there.
@ZelphirKaltstahl a PR is welcome