lua-users home
lua-l archive

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


Is there an editor for Lua which features semantic highlighting?  For
instance, it should display assignments to global variables in a
special way, so that I can tell them easily from local (or upvalue)
assignments.