summaryrefslogtreecommitdiff
path: root/User/nocommit-lua.sublime-snippet
blob: bad566b5e9da3ae3cc265656b643559058eb9917 (plain)
1
2
3
4
5
6
7
8
9
<snippet>
    <content><![CDATA[
-- !nocommit:
]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>!nco</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>source.lua</scope>
</snippet>