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