Eric Hsu wrote:
I missed a command from BBEdit that let you comment and uncomment text magically for different languages with the same keystroke (Text->Un/Comment), so I wrote a version for TextMate.
Fantastic. Thanks for this, Eric.
A useful language to add would be CSS, using C-style multiline comments:
/* This is a comment */
/* so is this */
The file extension to match on, obviously, would be .css.
Thanks again.
drew.