slim-template / ruby-slim.tmbundle

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

Added multiline ruby syntax highlighting when lines end with comma. #31

Closed kfyodor closed 11 years ago

kfyodor commented 11 years ago

As described in the documentation, we don't need backslash for these lines. http://rdoc.info/gems/slim/file/README.md#Control_code_-

Example

= link_to "Long link text here.............",
     long_controller_and_action_names_path

/ Instead of

= link_to "Long link text here.............", \
     long_controller_and_action_names_path