herbert breunung wrote:
$self->{y} = 0; $self->{lastxsearch} = -1; $self->{lastysearch} = 0;it handles the Y as operator, so you get messed up highlight.
I've noticed that the first line is lexed correctly, but then changes further down in the buffer can cause the 'y' to be colored as if it's the start of a y command, instead of a bareword. Which tells me the code that is intended to sync the lexer at a stable point in the buffer at the start of Colourise() is not looking far enough back. - Eric _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
