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

Bash syntax highlighting #14

Closed nisaacson closed 11 years ago

nisaacson commented 11 years ago

First of all thanks so much for putting this extension together. It makes working with code in markdown much easier and less error prone

One thing that would be nice is support for bash syntax highlighting

Current Highlighting (none)

The following content inside a markdown document has no syntax highlighting

echo "hello world"

Desired Highlighting

If the example above could by highlighted inside a markdown document like it is below that would be really nice

echo "hello world"
jonschlinkert commented 11 years ago

I'll see what I can do! Might be a couple of days. Glad you're finding it useful!

nisaacson commented 11 years ago

thanks :+1:

jonschlinkert commented 11 years ago

done https://github.com/jonschlinkert/sublime-markdown-extended/issues/15

You can use shell or bash and it will work. However, make sure you get an updated version of https://github.com/jonschlinkert/sublime-monokai-extended, I also updated the styling for shell scopes there, which is needed for this to look right

nisaacson commented 11 years ago

Sweet that was quick!