feat(SublimeText2.WebPackages): cache packages
This commit is contained in:
@@ -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><a href="mailto:"> </description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -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><a></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -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><abbr></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<b>$1</b> $0]]></content>
|
||||
<tabTrigger>b</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><b></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -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><bdo></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<br>$0]]></content>
|
||||
<tabTrigger>br</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><br></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<cite>$1</cite>$0]]></content>
|
||||
<tabTrigger>cite</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><cite></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<code>$1</code>$0]]></content>
|
||||
<tabTrigger>code</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><code></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<dfn>$1</dfn>%0]]></content>
|
||||
<tabTrigger>dfn</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><dfn></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<em>$1</em>$0]]></content>
|
||||
<tabTrigger>em</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><em></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -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><h1> - <h6></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<i>$1</i>$0]]></content>
|
||||
<tabTrigger>i</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><i></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<kbd>$1</kbd>%0]]></content>
|
||||
<tabTrigger>kbd</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><kbd></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<mark>$1</mark>$0]]></content>
|
||||
<tabTrigger>mark</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><mark></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<p>$1</p>$0]]></content>
|
||||
<tabTrigger>p</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><p></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -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><q></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<rp>$1</rp>$0]]></content>
|
||||
<tabTrigger>rp</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><rp></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<rt>$1</rt>$0]]></content>
|
||||
<tabTrigger>rt</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><rt></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -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><ruby></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<samp>$1</samp>$0]]></content>
|
||||
<tabTrigger>samp</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><samp></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<small>$1</small>$0]]></content>
|
||||
<tabTrigger>small</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><small></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<span>$1</span>$0]]></content>
|
||||
<tabTrigger>span</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><span></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<strong>$1</strong>$0]]></content>
|
||||
<tabTrigger>strong</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><strong></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<sub>$1</sub>$0]]></content>
|
||||
<tabTrigger>sub</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><sub></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<sup>$1</sup>$0]]></content>
|
||||
<tabTrigger>sup</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><sup></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -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><time></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<var>$1</var>$0]]></content>
|
||||
<tabTrigger>var</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><var></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
Reference in New Issue
Block a user