sublime-markdown-extended
sublime-markdown-extended copied to clipboard
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 S...
@jonschlinkert I know you don't like the idea of incorporating [pandoc's markdown](http://pandoc.org/MANUAL.html#pandocs-markdown) flavor into your packages (#128), but how else is it possible to do proper syntax highlighting for sublime...
This PR adds support for Vue [Single File Components](https://vuejs.org/v2/guide/single-file-components.html) (which has the same syntax as HTML), and will contribute to meeting feature parity in code fence highlighting with GFM. Issue:...
Looking for support on syntax highlighting [Vue code](https://vuejs.org/v2/guide/single-file-components.html). It's basically the HTML syntax so likely easy to add. Supported in Github Markdown too: ```vue Hello World export default {}; .hello...
refactor
Looking for feedback on this before I merge. Please let me know if you experience issues. Edit: I plan on re-visiting pull requests after this is merged, I'm sorry for...
Looks like this was noticed in #152 but has no dedicated issue.  In #152 it was mentioned that this might be a sublime change, perhaps we...
The plugin does not detect code blocks, which are for example used by pandoc's formatter. ``` {.bash} CLIST=$(schroot -l | sed -n 's,^source:\(.*\-sbuild\)$,\1,p') for ins in $CLIST; do sbuild-update -udcar...
Tested and verified to work with Sublime Text version 3.2.1 build 3207.
Could you kindly add Stata (c.f. StataEditor) to the list of supported code blocks?
it would be great if the text between the html tags `...` were highlighted somehow as it's highlighted when it's rendered to html. It would facilitate reading and finding this...
Would be great if we could get react syntax