GB
unread,Nov 28, 2010, 9:33:26 PM11/28/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cftextmate
Whenever there is a greater-than symbol between a set of parenthesis
the open-close parenthesis matching fails.
For example, moving the arrow keys over the closing parenthesis in the
code (1 GT 2) Textmate flashes a highlight on the matching opening
parenthesis, however the same action for code (1 > 2) fails to
highlight a match.
This is extremely annoying when trying to match a long condition or
subsets of code in sql or javascript. I tried so many times to dig
into the language definition to fix this without success. It's a regex
thing, I know, but I can't find the spot to tweak nor the solution.
Does anyone have any suggestions for a solution?