emacs-prelude/vendor/yasnippet/snippets/html-mode/table/table
2012-02-17 22:12:32 +02:00

7 lines
178 B
Plaintext

# contributor: Jimmy Wu <frozenthrone88@gmail.com>
# name: <table ...>...</table>
# key: table
# --
<table width="$1" cellspacing="$2" cellpadding="$3" border="$4">
$0
</table>