summaryrefslogtreecommitdiff
path: root/User/lua_lambda.sublime-snippet
blob: c2f0d84cfea4fbfe98e0721990a63a18b0bfa62b (plain)
1
2
3
4
5
6
7
8
9
10
11
<snippet>
	<content><![CDATA[
function ($1)
	${3:return ${2:foo()};}
end
]]></content>
	<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
	<tabTrigger>lambda</tabTrigger>
	<!-- Optional: Set a scope to limit where the snippet will trigger -->
	<scope>source.lua,source.luae</scope>
</snippet>