Add alternative hash_header styles.

This commit is contained in:
Ethan Dalool 2020-09-20 18:31:03 -07:00
parent 87c4db9b4f
commit 0787feed82
3 changed files with 23 additions and 1 deletions

View file

@ -3,7 +3,7 @@
# $1
####################################################################################################
]]></content>
<tabTrigger>hhh</tabTrigger>
<tabTrigger>hhl</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 -->

View 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>

View 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>