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

5 lines
40 B
Plaintext
Executable File

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