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[<a href="mailto:${1:joe@example.com}?subject=${2:feedback}" "$3">${3:email me}</a>$0]]></content>
<tabTrigger>a</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;a href="mailto:"&gt; </description>
<scope>text.html</scope>
</snippet>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<time datetime="${1:2011-01-12}">${2:January 12th, 2011}</time>$0]]></content>
<tabTrigger>time</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;time&gt;</description>
<scope>text.html</scope>
</snippet>

View File

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