mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-05 15:02:26 +00:00
restructuring classic snippets dir to conform to new parenting specs
This commit is contained in:
7
snippets/html-mode/tabledir/table
Normal file
7
snippets/html-mode/tabledir/table
Normal file
@@ -0,0 +1,7 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <table ...>...</table>
|
||||
#group : table
|
||||
# --
|
||||
<table width="$1" cellspacing="$2" cellpadding="$3" border="$4">
|
||||
$0
|
||||
</table>
|
||||
5
snippets/html-mode/tabledir/td
Normal file
5
snippets/html-mode/tabledir/td
Normal file
@@ -0,0 +1,5 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <td>...</td>
|
||||
#group : table
|
||||
# --
|
||||
<td$1>$2</td>
|
||||
5
snippets/html-mode/tabledir/th
Normal file
5
snippets/html-mode/tabledir/th
Normal file
@@ -0,0 +1,5 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <th>...</th>
|
||||
#group : table
|
||||
# --
|
||||
<th$1>$2</th>
|
||||
7
snippets/html-mode/tabledir/tr
Normal file
7
snippets/html-mode/tabledir/tr
Normal file
@@ -0,0 +1,7 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <tr>...</tr>
|
||||
#group : table
|
||||
# --
|
||||
<tr>
|
||||
$0
|
||||
</tr>
|
||||
Reference in New Issue
Block a user