feat(SublimeText2.WebPackages): cache packages
This commit is contained in:
@@ -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><command></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -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><details></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -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><menu></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<summary>$1</summary>$0]]></content>
|
||||
<tabTrigger>summary</tabTrigger>
|
||||
<scope>source.php,text.html</scope>
|
||||
<description><summary></description>
|
||||
<scope>text.html</scope>
|
||||
</snippet>
|
Reference in New Issue
Block a user