On Jan 27, 2005, at 3:11 AM, Sune Foldager wrote:
(and, less importantly, the nifty automatic quote closing doesn't handle """ and ''' quoted strings).
I don't know what those are, but if we are talking about 'heredoc'ish strings, spanning multiple lines, that's another limitation in TM, since syntax rules are currently applied on a per-line basis.
TextMate actually highlights these strings fine, but I think the issue is that you'd like to type three quote marks and have TextMate do the right thing (insert six quotes with the insertion point between the middle pair). Right now, you end up with four quotes.
Chris