dotar/vim/snippets/html/ul.snippet
2011-11-17 16:00:49 -06:00

5 lines
40 B
Plaintext
Executable File

<ul${1}>
<li>${2}</li>
${3}
</ul>${4}