summaryrefslogtreecommitdiff
path: root/User/lua-rq.sublime-snippet
blob: 7da28a769ac108f8b39561a0f3562c05d6388b8d (plain)
1
2
3
4
5
6
7
8
9
<snippet>
	<content><![CDATA[
local ${1/.*\.//} = require "${1:path.to.module}"
]]></content>
	<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
	<tabTrigger>rq</tabTrigger>
	<!-- Optional: Set a scope to limit where the snippet will trigger -->
	<scope>source.lua,source.luae</scope>
</snippet>