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