Files
ChocolateyPackages/EthanBrown.SublimeText2.WebPackages/tools/PackageCache/Chai Completions/js/blocks/after.sublime-snippet
2013-04-04 08:54:25 -04:00

13 lines
365 B
XML

<snippet>
<content><![CDATA[
after(function () {
$1
});$0
]]></content>
<!-- Optional: Tab trigger to activate the snippet -->
<tabTrigger>after</tabTrigger>
<!-- Optional: Scope the tab trigger will be active in -->
<scope>source.js</scope>
<!-- Optional: Description to show in the menu -->
<description>After</description>
</snippet>