]> code.delx.au - gnu-emacs-elpa/commitdiff
Added the 'label' snippet for html mode
authorZhang Chiyuan <pluskid@gmail.com>
Thu, 4 Jun 2009 13:28:31 +0000 (13:28 +0000)
committerZhang Chiyuan <pluskid@gmail.com>
Thu, 4 Jun 2009 13:28:31 +0000 (13:28 +0000)
snippets/text-mode/html-mode/label [new file with mode: 0644]

diff --git a/snippets/text-mode/html-mode/label b/snippets/text-mode/html-mode/label
new file mode 100644 (file)
index 0000000..a90d679
--- /dev/null
@@ -0,0 +1,3 @@
+#name : <label ... ></label>
+# --
+<label for="$1">$2</label>
\ No newline at end of file