mirror of
https://github.com/samsonjs/config.git
synced 2026-03-25 09:15:47 +00:00
8 lines
222 B
XML
8 lines
222 B
XML
<snippet>
|
|
<content><![CDATA[function ${1:function_name}( ${2:...} )
|
|
${0:-- body}
|
|
end]]></content>
|
|
<tabTrigger>function</tabTrigger>
|
|
<scope>source.lua</scope>
|
|
<description>function</description>
|
|
</snippet>
|