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

8 lines
316 B
XML

<snippet>
<content><![CDATA[${TM_RAILS_TEMPLATE_START_RUBY_INLINE}form_for @${1:model} do |f|${TM_RAILS_TEMPLATE_END_RUBY_INLINE}
$0
${TM_RAILS_TEMPLATE_END_RUBY_BLOCK}]]></content>
<tabTrigger>ff</tabTrigger>
<scope>text.html.ruby, text.haml</scope>
<description>form_for</description>
</snippet>