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, Emacs major mode for
editing Lua files.

There's been a lot of changes since the last release, chances are you
won't recognize lua-mode after updating. The major ones are:

* multiline literal highlighting is made more smooth & stable via
font-lock-syntactic-keywords

* Lua builtins & numeric constants are font-locked too

* better variable definition recognition for 'local ...' & 'for ...' constructs

* block indentation & especially unindentation should work much better now

Please follow the installation instructions on
http://immerrr.github.io/lua-mode to get the new version.

--
Cheers,
immerrr