30

I have some gnarly functions in javascript that I am using Textmate to edit. I see an extremely short flash of the matching bracket, but it is almost imperceptible if you don't arrow over the bracket repeatedly. Is there a way to make the bracket highlight persistent?

Joel Hooks
  • 6,465
  • 4
  • 33
  • 39

1 Answers1

52

I don't know of a way to make it persistent, but inside the brackets you can hit +Shift+B or go to Edit > Select > Enclosing Brackets to highlight (via selection) everything within the brackets.

mipadi
  • 398,885
  • 90
  • 523
  • 479
  • 2
    that is very helpful, cheers. I'll probably accept it as the answer if TM simply doesn't highlight brackets. Seems like a bug to me, since it DOES flash. – Joel Hooks Aug 14 '09 at 16:43