We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c03bc0 + 383444b commit a98917aCopy full SHA for a98917a
snippets/eruby.snippets
@@ -10,7 +10,7 @@ snippet rce
10
snippet end
11
<% end -%>${1}
12
snippet for
13
- <% for ${2:item} in $1 %>
+ <% for ${2:item} in ${1} %>
14
${3}
15
<% end %>
16
snippet rp
0 commit comments