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