12 lines
360 B
XML
12 lines
360 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
afterEach ->
|
|
$1
|
|
]]></content>
|
|
<!-- Optional: Tab trigger to activate the snippet -->
|
|
<tabTrigger>afte</tabTrigger>
|
|
<!-- Optional: Scope the tab trigger will be active in -->
|
|
<scope>source.coffee</scope>
|
|
<!-- Optional: Description to show in the menu -->
|
|
<description>After Each</description>
|
|
</snippet> |