[TxMt] Re: HTML enclosing typing pairs
Allan Odgaard
mailinglist at textmate.org
Tue Feb 3 07:00:47 UTC 2015
On 30 Jan 2015, at 22:32, Jacobo Tarragón Cros wrote:
> I've noticed that selecting enclosing typing pairs is broken for HTML
> when
> an open tag spans several lines […]
> Could someone point me in the right direction to fix this issue?
I’m afraid the limitation is in TextMate.
It uses the highlightPairs for the definition of “enclosing block”,
but when regular expressions are used for highlightPairs, it limits
matching to a single line.
More information about the textmate
mailing list