|
What's the status of Lua editors which provide some level of semantic awareness (mainly highlighting of local/global references)?
In addition to the SciTE plug-in for LuaInspect mentioned by Steve there's also a Vim plug-in [1] that runs LuaInspect using the Lua interface for Vim or an external Lua process. It's far from perfect but it works reasonably well on smaller files (<= 1000 lines). It was inspired by your announcement of lua2-mode [2].
- Peter Odding [1] http://github.com/xolox/vim-lua-inspect [2] http://lua-users.org/lists/lua-l/2010-07/msg00708.html