Created
October 16, 2014 14:29
-
-
Save osirismqz/209db26ab2fe58a77296 to your computer and use it in GitHub Desktop.
Sublime Text underline comment snippet
This file contains hidden or 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:$SELECTION} | |
// ${1/./=/g}========== | |
]]></content> | |
<tabTrigger>comment-underline</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment