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

support for R fenced code blocks #40

Closed mfiers closed 10 years ago

mfiers commented 10 years ago

It would be great if this extension recognized R code blocks! ( ```R )

randy3k commented 10 years ago

see #53

randy3k commented 10 years ago

Per the latest commit, you should be able to get syntax highlighting for r by

```r
   #some r command
jonschlinkert commented 10 years ago

thanks again @randy3k!

randy3k commented 10 years ago

Welcome. You should be the one to be thanked. :)

mfiers commented 10 years ago

nice! I'll give it a try shortly.