feat(SublimeText2.WebPackages): cache packages
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<snippet>
|
||||
<content><![CDATA[\$.getScript('${1:path/to/file}'${2/(.+)/(?1:, function\(data, textStatus\) {
|
||||
:)/}${2://optional stuff to do after getScript}${2/(.+)/(?1:
|
||||
}:)/});
|
||||
$0]]></content>
|
||||
<tabTrigger>.get</tabTrigger>
|
||||
<description>$.getScript()</description>
|
||||
<scope>source.js</scope>
|
||||
</snippet>
|
Reference in New Issue
Block a user