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[<command type="${1:command chekbox radio}" label="${2:Use Command}" title="${3:Use Command does stuff}" icon="${4:/icons/command.png}">$0]]></content>
<tabTrigger>command</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;command&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[<details>
<summary>${1:title or explanatory caption}</summary>
$2
</details>$0]]></content>
<tabTrigger>details</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;details&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<menu type="${1:context toolbar}">
${2:<li>$3</li>}
</menu>$0]]></content>
<tabTrigger>menu</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;menu&gt;</description>
<scope>text.html</scope>
</snippet>

View File

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