mirror of
https://github.com/amix/vimrc
synced 2024-12-24 02:43:08 +00:00
7 lines
68 B
Text
7 lines
68 B
Text
|
snippet %
|
||
|
<% ${0} %>
|
||
|
snippet =
|
||
|
<%= ${1} %>
|
||
|
snippet end
|
||
|
<% end %>
|