13 lines
275 B
XML
13 lines
275 B
XML
<snippet>
|
|
<content><![CDATA[<% if !${1:list}.blank? %>
|
|
<% for ${2:item} in ${1} %>
|
|
$3
|
|
<% end %>
|
|
<% else %>
|
|
$4
|
|
<% end %>
|
|
]]></content>
|
|
<tabTrigger>for</tabTrigger>
|
|
<scope>text.html.ruby</scope>
|
|
<description>for loop in rhtml</description>
|
|
</snippet>
|