else/SublimeSnippets/hash_header.sublime-snippet
2020-02-19 22:31:23 -08:00

11 lines
411 B
XML

<snippet>
<content><![CDATA[
# $1
################################################################################
]]></content>
<tabTrigger>hhh</tabTrigger>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<!-- <tabTrigger>hello</tabTrigger> -->
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>