[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Semantic Highlighting for Emacs
- From: David Manura <dm.lua@...>
- Date: Mon, 26 Jul 2010 08:40:40 -0400
On Sun, Jul 25, 2010 at 3:51 PM, Everett L Williams II
<rett@classicnet.net> wrote:
> Why not do the work in Scite.
This is being worked on http://lua-users.org/wiki/LuaInspect , with
formal announcement probably in a week. There have been a number of
recent efforts like this for various editors/IDEs of incorporating a
full parser with more intelligent analysis rather than just a lexer.
See http://lua-users.org/wiki/ProgramAnalysis . I agree with Florian
(and similar comment has been made by Steve) that this does have the
potential to affect the usage of Lua, including the globals debate.