mirror of
https://github.com/amix/vimrc
synced 2025-06-28 18:44:59 +08:00
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
snippet %
|
|
<% ${0} %>
|
|
snippet =
|
|
<%= ${1} %>
|
|
snippet end
|
|
<% end %>
|