Jon Schlinkert
Jon Schlinkert
Is there a github convention on this by any chance? I'd be happy to make languages case-insensitive, but only if it's in accordance with github's GFM conventions.
yeah the light theme needs to be updated. Honestly I think I just forgot to update it when I made changes a long time ago, but it seems like most...
hmm, normally all we need to do is add the language that belongs to the extensions defined next to the first fence. see: [here](https://github.com/jonschlinkert/sublime-markdown-extended/blob/master/Syntaxes/Markdown%20Extended.tmLanguage#L417-L444), and [here](https://github.com/jonschlinkert/sublime-markdown-extended/blob/master/Syntaxes/Markdown%20Extended.tmLanguage#L441). But - unless I'm...
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.
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
@ZelphirKaltstahl a PR is welcome
hmmm, I don't work with c++ but it might be that need to install a sublime text syntax package first...? For example, handlebars highlighting doesn't work until the handlebars package...
@riteme are you saying it doesn't work in general, or just with this package?
if someone wants to do a pr for this that would be great. I don't write c++ and would have very little perspective as to what looks right