feat(SublimeText2.WebPackages): cache packages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<caption>$1</caption>$0]]></content>
|
||||
<tabTrigger>caption</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><caption></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<col${1: span="$2"}>$0]]></content>
|
||||
<tabTrigger>col</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><col></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<colgroup>$1</colgroup>$0]]></content>
|
||||
<tabTrigger>colgroup</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><colgroup></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,19 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<table>${1:
|
||||
<caption>${2:table title and/or explanatory text}</caption>}
|
||||
${3:<thead>
|
||||
<tr>
|
||||
${4:<th>${5:header}</th>}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
${6:<td>${7:data}</td>}
|
||||
</tr>
|
||||
</tbody>}
|
||||
</table>$0]]></content>
|
||||
<tabTrigger>table</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><table></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,9 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<tbody>${1:
|
||||
<tr>$2</tr>
|
||||
}</tbody>$0]]></content>
|
||||
<tabTrigger>tbody</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><tbody></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<td${1:${2: colspan="$3"}${4: rowspan="$5"}${6: headers="$7"}}>$8</td>$0]]></content>
|
||||
<tabTrigger>td</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><td></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,9 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<tfoot>${1:
|
||||
<tr>$2</tr>
|
||||
}</tfoot>$0]]></content>
|
||||
<tabTrigger>tfoot</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><tfoot></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<th${1:${2: colspan="$3"}${4: rowspan="$5"}${6: headers="$7"}${8: scope="$9"}}>$10</th>$0]]></content>
|
||||
<tabTrigger>th</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><th></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,9 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<thead>${1:
|
||||
<tr>$2</tr>
|
||||
}</thead>$0]]></content>
|
||||
<tabTrigger>thead</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><thead></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<tr>$1</tr>$0]]></content>
|
||||
<tabTrigger>tr</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><tr></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
Reference in New Issue
Block a user