mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/snipmate-snippets/eruby/ife.snippet

5 lines
41 B
Plaintext

<% if ${1} %>
${2}
<% else %>
<% end %>