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

12 lines
362 B
XML

<snippet>
<content><![CDATA[
beforeEach ->
$1
]]></content>
<!-- Optional: Tab trigger to activate the snippet -->
<tabTrigger>befe</tabTrigger>
<!-- Optional: Scope the tab trigger will be active in -->
<scope>source.coffee</scope>
<!-- Optional: Description to show in the menu -->
<description>Before Each</description>
</snippet>