Re: Syntax and redundancy
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Syntax and redundancy
- From: Rici Lake <lua@...>
- Date: 2005年8月29日 08:20:34 -0500
On 29-Aug-05, at 7:58 AM, David Olofson wrote:
However, I can't remember seeing an editor with a "highlight matching
keyword" feature...
The standard vim lua highlighter has the nice feature of colouring the
end in function ... end a different colour than the end in do ... end.
This combined with the fact that it stops highlighting 'end' altogether
when you leave out a then, for example, makes most such simple errors
immediately obvious.