[TxMt] Bug in perl syntax?

Grant Hollingworth grant at antiflux.org
Wed Feb 14 21:03:22 UTC 2007


* Marcus Ramberg <marcus.ramberg at gmail.com> [2007-02-13 14:25]:
>http://pastie.textmate.org/40039 is parsed wrong by my textmate
>installation. I'm running the latest version from svn. Seems to have a
>problem with $<delim> under qr. works fine with m//.

Oh, nasty.  The $ is matching as the start of a variable name.  I'm not sure how to fix that.  In the mean time, you can use a delimiter that doesn't match as a variable.  qr{} works.




More information about the textmate mailing list