blob: e6811720cd5d2cc641badc8ec8e6cb3ef3671b17 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | <snippet>
    <content><![CDATA[
local function ${1:name}(${2:})
	${3:-- ...}
end
]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>lfun</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>source.lua</scope>
</snippet>
 |