Created
April 3, 2014 22:01
-
-
Save lourenzo/9963781 to your computer and use it in GitHub Desktop.
Simple Sublime Text snippet to create a comment that separate sections of code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
/* ${1:<Section Name>} | |
-------------------------------------------------------------------------- */ | |
]]></content> | |
<tabTrigger>/*-</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment