[SVN] Revision 1452 (Ruby)

Michael Sheets msheets at whitefalls.org
Sat Aug 6 20:15:48 UTC 2005


Fixed a bug in the following regex that affected it's termination.

tag = %r{<[!/?\[]?(?:#{tag_key}|--)(?:\s+#{attributes})?\s*(?:[!/?\]]+|--)?>}

In doing this I changed a rule that said it matched escaped chars but actually just matched lone periods. Unless I'm missing something that wasn't the intended result.

Changed:
U   trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist



More information about the textmate-dev mailing list