feat(SublimeText2.WebPackages): cache packages

This commit is contained in:
Iristyle
2013-04-04 08:54:25 -04:00
parent 590d7a44f9
commit 1e6f643a1b
1026 changed files with 79077 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<caption>$1</caption>$0]]></content>
<tabTrigger>caption</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;caption&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<col${1: span="$2"}>$0]]></content>
<tabTrigger>col</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;col&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<colgroup>$1</colgroup>$0]]></content>
<tabTrigger>colgroup</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;colgroup&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -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>&lt;table&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -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>&lt;tbody&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -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>&lt;td&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -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>&lt;tfoot&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -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>&lt;th&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -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>&lt;thead&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<tr>$1</tr>$0]]></content>
<tabTrigger>tr</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;tr&gt;</description>
<scope>text.html</scope>
</snippet>