On Apr 10, 2014, at 1:26 AM, Michael Sheets wrote:
For 1.x there was no specified behavior for \z and it wasn’t really a benefit to using it, so it just behaved in the default manner in Oniguruma. For 2.0 it means the literal end of the document.
Thanks Michael,
hmm, or the other way around - it could be the case that TM1's syntax highlighting engine was really line based i.e. each single line was checked against the grammar one after the other uncoupled from the entire doc whereby TM2's engine "is a bit more document based".
Cheers, Hans