Initial commit.
This commit is contained in:
1
vim/snippets/html/input.snippet
Executable file
1
vim/snippets/html/input.snippet
Executable file
@@ -0,0 +1 @@
|
||||
<input type="${1:text/submit/hidden/button}" name="${2}" value="${3:value}" id="${4:$2}"/>${5}
|
||||
Reference in New Issue
Block a user