It looks like TextMate only recognizes Perl-style backreferences when doing a regular expression search/replace. (e.g. $1, $2, etc.) I'm used to the style typically found in text editors: \1, \2, etc. Is there any way TextMate can be made to recognize the latter style?
Trevor