Initial commit.
This commit is contained in:
4
vim/snippets/html/ul.snippet
Executable file
4
vim/snippets/html/ul.snippet
Executable file
@@ -0,0 +1,4 @@
|
||||
<ul${1}>
|
||||
<li>${2}</li>
|
||||
${3}
|
||||
</ul>${4}
|
||||
Reference in New Issue
Block a user