feat(SublimeText2.WebPackages): cache packages
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<blockquote${1: cite="${2:http://example.com/facts}"}>
|
||||
<p>$3</p>
|
||||
</blockquote>$0]]></content>
|
||||
<tabTrigger>blockquote</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><blockquote></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<dd>$1</dd>$0]]></content>
|
||||
<tabTrigger>dd</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><dd></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,10 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<div$1>
|
||||
$2
|
||||
</div>$0]]></content>
|
||||
<tabTrigger>div</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><div></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
||||
|
@@ -0,0 +1,10 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<dl>
|
||||
<dt>$1</dt>
|
||||
<dd>$2</dd>
|
||||
</dl>$0]]></content>
|
||||
<tabTrigger>dl</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><dl></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<dt>$1</dt>$0]]></content>
|
||||
<tabTrigger>dt</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><dt></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<hr>$0]]></content>
|
||||
<tabTrigger>hr</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><hr></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<li>$1</li>$0]]></content>
|
||||
<tabTrigger>li</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><li></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,9 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<ol$1>
|
||||
<li>$2</li>$3
|
||||
</ol>$0]]></content>
|
||||
<tabTrigger>ol</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><ol></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,9 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<pre>
|
||||
$1
|
||||
</pre>$0]]></content>
|
||||
<tabTrigger>pre</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><pre></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,9 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<ul$1>
|
||||
<li>$2</li>$3
|
||||
</ul>$0]]></content>
|
||||
<tabTrigger>ul</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><ul></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
Reference in New Issue
Block a user