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

Allow `sh` as an alias to `shell` or `bash` #51

Closed davidcelis closed 10 years ago

davidcelis commented 10 years ago

GitHub Flavored Markdown allows the "sh" language designator when using fenced code blocks, and this essentially maps to "shell" or "bash". e.g:

export EDITOR=vim
command git commit -asm "Initial commit."

Signed-off-by: David Celis me@davidcel.is

jonschlinkert commented 10 years ago

:+1: perfect! thanks