summaryrefslogtreecommitdiff
path: root/User/breakstring-lua-dblquot.sublime-snippet
blob: 12d07b747778d6116a362109c3c81c6e31b6a10c (plain)
1
2
3
4
5
6
7
8
9
<snippet>
	<content><![CDATA[
" .. ${1:} .. "
]]></content>
	<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
	<tabTrigger>..</tabTrigger>
	<!-- Optional: Set a scope to limit where the snippet will trigger -->
	<scope>string.quoted.double.lua</scope>
</snippet>