diff elpa/yasnippet-0.8.0/snippets/html-mode/form @ 98:156cbb54f344

Add elpy and deps
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 24 Oct 2014 09:44:33 -0400
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/elpa/yasnippet-0.8.0/snippets/html-mode/form
@@ -0,0 +1,7 @@
+# contributor: Jimmy Wu <frozenthrone88@gmail.com>
+#name :<form method="..." id="..." action="..."></form>
+# key: form
+# --
+<form method="$1" id="$2" action="$3">
+  $0
+</form>
\ No newline at end of file