summaryrefslogtreecommitdiff
path: root/User/mystuff-todo-sqllike.sublime-snippet
blob: 4009e663262a8c42930002ec0443db440b87cccd (plain)
1
2
3
4
5
6
7
8
9
<snippet>
	<content><![CDATA[
-- \mystuff\TODO:
]]></content>
	<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
	<tabTrigger>\T:</tabTrigger>
	<!-- Optional: Set a scope to limit where the snippet will trigger -->
	<scope>source.lua,source.sql</scope>
</snippet>