Highlighting Github README.md format in Sublime Text 2

Viewed 5874

I have got README file and I want Sublime to highlight only some pieces of code idented by some "tag", for example:

Here is an example of usage

# This should be highlighted
```ruby
  superhero = Superhero.new
  superhero.make_world_better
```

or with [code lang=ruby] or whatever

2 Answers
Related