]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/yasnippet/snippets/html-mode/input
Add yasnippet.
[gnu-emacs-elpa] / packages / yasnippet / snippets / html-mode / input
diff --git a/packages/yasnippet/snippets/html-mode/input b/packages/yasnippet/snippets/html-mode/input
new file mode 100644 (file)
index 0000000..2f8c79a
--- /dev/null
@@ -0,0 +1,5 @@
+# contributor: Jimmy Wu <frozenthrone88@gmail.com>
+# name: <input ... />
+# key: input
+# --
+<input type="$1" name="$2" value="$3" />
\ No newline at end of file