dotar/vim/snippets/html/ul.snippet

5 lines
40 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
<ul${1}>
<li>${2}</li>
${3}
</ul>${4}