blob: cd1b6944777bd046fa4a4e82727aea79ba92358c (
plain)
| 1
2
3
4
5
6
7
8
9
 | <snippet>
    <content><![CDATA[
local ${1:var}${2: = ${3:nil}}
]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>ll</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>source.lua</scope>
</snippet>
 |