Created
April 5, 2012 19:04
-
-
Save mark/2313274 to your computer and use it in GitHub Desktop.
Textmate snippets
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
/*${1/./*/g}** | |
* ${1/./ /g} * | |
* ${1:Comment Goes Here} * | |
* ${1/./ /g} * | |
**${1/./*/g}*/ | |
$0 |
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
##${1/./#/g}## | |
# ${1/./ /g} # | |
# ${1:Comment Goes Here} # | |
# ${1/./ /g} # | |
##${1/./#/g}## | |
$0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment