slim-template / ruby-slim.tmbundle

A Textmate / Sublime Text bundle for Slim
http://slim-lang.com/
MIT License
184 stars 46 forks source link

Apply proper scope to interpolation delimiters #{} #45

Closed noinkling closed 10 years ago

noinkling commented 10 years ago

This will enable proper coloring of the hash & brackets when interpolating Ruby into standard text, e.g.

p Here is a bunch of text with some #{ ruby_stuff }
fredwu commented 10 years ago

Sweet! Thanks! :+1: