mirror of
https://github.com/amix/vimrc
synced 2025-07-04 23:15:01 +08:00
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
snippet %
|
|
<% ${0} %>
|
|
snippet =
|
|
<%= ${1} %>
|
|
snippet end
|
|
<% end %>
|