lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


That sounds nice, would the license permit integrating it into the LfW distribution of SciTE?

On Sun, 18 Apr 2010 13:41:43 -0600, Michal Kottman <k0mpjut0r@gmail.com> wrote:

On Ne, 2010-04-18 at 21:27 +0200, Imagine Mailing Lists wrote:

Ah that's quite useful actually, easy to write your own lexer. Thanks for
the link!


Actually, the author of TextAdept also wrote Scintillua [1], which is
patch for SciTE replacing all built-in lexers with a single Lpeg-based
lexer and a set of external lexers written in Lua, which you can modify
and add without rebuilding SciTE.

I use a combination of SciTE + Scintillua + scite-debug + custom
modifications, and it is my favorite Lua editor, because it provides
everything I need for Lua programming.

Michal

[1] http://code.google.com/p/scintillua/