blob: 913518b5634e5efb8c4d44d656c76113e63fb7c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<snippet>
<content><![CDATA[
it("${1:describes a test}", function ()
${2:-- ...}
end)
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bustedit</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.lua,source.luae</scope>
</snippet>
|