[TxMt] quote highlighting bug
Charilaos Skiadas
skiadas at hanover.edu
Wed Sep 20 05:50:05 UTC 2006
On Sep 20, 2006, at 1:40 AM, David Beckwith wrote:
> Hi,
>
> open("http://www.myspace.com/").read.match /<form action=\"(.*?)\"/
The problem is not that the escaped quotes are not treated properly,
but that the regular expression is not recognized as such. A minor
bug in the bundle, that hopefully someone will be able to sort out
soon. For now, if you write it instead as:
open("http://www.myspace.com/").read.match(/<form action=\"(.*?)\"/)
you should have no problems.
> David :)
Haris
More information about the textmate
mailing list