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