removed group-name prefix on trigger keys

This commit is contained in:
Jim Myhrberg
2011-11-03 20:22:33 +00:00
parent 7b383f8c22
commit 3aea27042b
71 changed files with 71 additions and 71 deletions

View File

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

View File

@@ -1,5 +1,5 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <td>...</td>
# key: tabletd
# key: td
# --
<td$1>$2</td>

View File

@@ -1,5 +1,5 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <th>...</th>
# key: tableth
# key: th
# --
<th$1>$2</th>

View File

@@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <tr>...</tr>
# key: tabletr
# key: tr
# --
<tr>
$0