initial commit
This commit is contained in:
parent
e06986e00f
commit
89728b0153
1 changed files with 3 additions and 0 deletions
3
vim/UltiSnips/html.snippets
Normal file
3
vim/UltiSnips/html.snippets
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
snippet option "<option value=..."
|
||||
<option value="$1">${2:$1}</option>$0
|
||||
endsnippet
|
||||
Loading…
Add table
Add a link
Reference in a new issue