Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Add rb as a shorthand for Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekinney committed Oct 5, 2014
1 parent fa28611 commit 50f208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Markdown Redcarpet.tmLanguage
Expand Up @@ -231,7 +231,7 @@
<key>fenced_block_ruby</key>
<dict>
<key>begin</key>
<string>(^|\G)([`]{3})[ ]*ruby$</string>
<string>(^|\G)([`]{3})[ ]*(?:rb|ruby)$</string>
<key>end</key>
<string>(^|\G)([`]{3})($|\z)</string>
<key>name</key>
Expand Down

0 comments on commit 50f208d

Please sign in to comment.