config/sublime/Packages/Rails/wants_format.sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
212 B
XML

<snippet>
<content><![CDATA[wants.${1:js|xml|html}${2: { $0 \}}]]></content>
<tabTrigger>wants</tabTrigger>
<scope>meta.rails.controller</scope>
<description>wants.format</description>
</snippet>