summaryrefslogtreecommitdiff
path: root/User/breakstring-lua-singlequot.sublime-snippet
blob: 68bc28231709f80831ce53f351eba0587cac34b1 (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.single.lua</scope>
</snippet>