lua-users home
lua-l archive

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


I am happy to announce the release of lua-mode release 20110324,
Emacs major mode for editing Lua files.

After a rather long hiatus, lua-mode has a new maintainer/developer and is back to active development.

Recent changes include:
 * cleaning up the code;
 * creating lua-mode-map on loading lua-mode;
 * enabling lua-prefix-key to be changed on-fly;
 * improve multiline literal handling:
   * syntax is detected properly
   * indentation is suspended to preserve whitespace
   * still only ' and " are supported, work on [[...]] is in progress
 * allowing lua-start-process to be called interactively (by Reuben Thomas)

Get it from http://github.com/immerrr/lua-mode/

--
Cheers,
immerrr