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

5 lines
45 B
Plaintext

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