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...
Hi there, Would be great to have support for: - Clojure/ClojureScript - There are a few problems with the built-in Clojure language support (see [here](http://www.sublimetext.com/forum/viewtopic.php?f=3&t=14077) or [here](http://www.sublimetext.com/forum/viewtopic.php?f=3&t=11204), but having at...
It seems you only get highlight for one of them. If you only use a couple of `` and `` then fenced blocks work, but html tags look like mere...
This would be more of an extra feature, I was wondering whether it would be possible. Would be up for having a look myself if no one's tried it already....
If i use double brackets [[ inside a code block like ``` git checkout [-q] [-f] [-m] [[-b|-B|-orphan] new_branch>] [] ``` all of the following code will be yellow. If...
Any chance support could be added for [JavaScript Next](https://github.com/Benvie/JavaScriptNext.tmLanguage)? This is a superset of current JS so it should work for all JS code blocks. Currently if I have ES6...
JavaScript doesn't seem to properly close and keeps highlighting everything after it as code block... 