[TxMt] new command: Universal Un/Comment (BBEdit-ish)
Drew McLellan
lists at allinthehead.com
Tue Dec 21 16:59:30 UTC 2004
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.
More information about the textmate
mailing list