Add alternative hash_header styles.
This commit is contained in:
parent
87c4db9b4f
commit
0787feed82
3 changed files with 23 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# $1
|
# $1
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
]]></content>
|
]]></content>
|
||||||
<tabTrigger>hhh</tabTrigger>
|
<tabTrigger>hhl</tabTrigger>
|
||||||
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||||||
<!-- <tabTrigger>hello</tabTrigger> -->
|
<!-- <tabTrigger>hello</tabTrigger> -->
|
||||||
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
12
voussoir/hash_header_thick.sublime-snippet
Normal file
12
voussoir/hash_header_thick.sublime-snippet
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<snippet>
|
||||||
|
<content><![CDATA[
|
||||||
|
####################################################################################################
|
||||||
|
##$1##################################################################################################
|
||||||
|
####################################################################################################
|
||||||
|
]]></content>
|
||||||
|
<tabTrigger>hh3</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>
|
10
voussoir/hash_header_thin.sublime-snippet
Normal file
10
voussoir/hash_header_thin.sublime-snippet
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<snippet>
|
||||||
|
<content><![CDATA[
|
||||||
|
#$1###################################################################################################
|
||||||
|
]]></content>
|
||||||
|
<tabTrigger>hh1</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>
|
Loading…
Reference in a new issue