feat(SublimeText2.WebPackages): cache packages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<!--[if lte IE 8]><script>(function(){var e="abbr,article,aside,audio,canvas,datalist,details,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video".split(','),i=e.length;while(i--){document.createElement(e[i]);}}());</script><![endif]-->]]></content>
|
||||
<tabTrigger>!</tabTrigger>
|
||||
<description>IE Conditional Comment: HTML5 Shim</description>
|
||||
<scope>source.php,text.html</scope>
|
||||
</snippet>
|
||||
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<!--[if IE 5.0]>$1<![endif]-->]]></content>
|
||||
<tabTrigger>!</tabTrigger>
|
||||
<description>IE Conditional Comment: IE5 only</description>
|
||||
<scope>source.php,text.html</scope>
|
||||
</snippet>
|
||||
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<!--[if IE 5.5]>$1<![endif]-->]]></content>
|
||||
<tabTrigger>!</tabTrigger>
|
||||
<description>IE Conditional Comment: IE5.5 only</description>
|
||||
<scope>source.php,text.html</scope>
|
||||
</snippet>
|
||||
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<!--[if lt IE 6]>$1<![endif]-->]]></content>
|
||||
<tabTrigger>!</tabTrigger>
|
||||
<description>IE Conditional Comment: IE5.x</description>
|
||||
<scope>source.php,text.html</scope>
|
||||
</snippet>
|
||||
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<!--[if lt IE 6]>$1<![endif]-->]]></content>
|
||||
<tabTrigger>!</tabTrigger>
|
||||
<description>IE Conditional Comment: <IE6</description>
|
||||
<scope>source.php,text.html</scope>
|
||||
</snippet>
|
||||
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<!--[if IE 6]>$1<![endif]-->]]></content>
|
||||
<tabTrigger>!</tabTrigger>
|
||||
<description>IE Conditional Comment: IE6</description>
|
||||
<scope>source.php,text.html</scope>
|
||||
</snippet>
|
||||
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<!--[if gte IE 7]>$1<![endif]-->]]></content>
|
||||
<tabTrigger>!</tabTrigger>
|
||||
<description>IE Conditional Comment: IE7></description>
|
||||
<scope>source.php,text.html</scope>
|
||||
</snippet>
|
||||
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<!--[if lt IE 7]>$1<![endif]-->]]></content>
|
||||
<tabTrigger>!</tabTrigger>
|
||||
<description>IE Conditional Comment: <IE7</description>
|
||||
<scope>source.php,text.html</scope>
|
||||
</snippet>
|
||||
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<!--[if lt IE 8]>$1<![endif]-->]]></content>
|
||||
<tabTrigger>!</tabTrigger>
|
||||
<description>IE Conditional Comment: <IE8</description>
|
||||
<scope>source.php,text.html</scope>
|
||||
</snippet>
|
||||
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<!--[if lt IE 9]>$1<![endif]-->]]></content>
|
||||
<tabTrigger>!</tabTrigger>
|
||||
<description>IE Conditional Comment: <IE9</description>
|
||||
<scope>source.php,text.html</scope>
|
||||
</snippet>
|
||||
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<!--[if IE]>$1<![endif]-->]]></content>
|
||||
<tabTrigger>!</tabTrigger>
|
||||
<description>IE Conditional Comment: IE</description>
|
||||
<scope>source.php,text.html</scope>
|
||||
</snippet>
|
||||
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[<!--[if !IE]>$1<![endif]-->]]></content>
|
||||
<tabTrigger>!</tabTrigger>
|
||||
<description>IE Conditional Comment: Not IE</description>
|
||||
<scope>source.php,text.html</scope>
|
||||
</snippet>
|
||||
Reference in New Issue
Block a user