Add hash_header snippet.
This commit is contained in:
parent
4b836c9c8d
commit
a7b6c60546
1 changed files with 11 additions and 0 deletions
11
SublimeSnippets/hash_header.sublime-snippet
Normal file
11
SublimeSnippets/hash_header.sublime-snippet
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<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>
|
Loading…
Reference in a new issue