summaryrefslogtreecommitdiff
path: root/User/attention-block.sublime-snippet
blob: 9b4325b485f5cdd9917e01307ce1294c2f678036 (plain)
1
2
3
4
5
6
7
8
9
10
11
<snippet>
    <content><![CDATA[
-- !!${2/./!/g}${1/./!/g}${2/./!/g}!!
-- !!${2:  }${1:text}${2:  }!!
-- !!${2/./!/g}${1/./!/g}${2/./!/g}!!
]]></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>source.python</scope> -->
</snippet>