[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] lua-mode release 20110428 released
- From: "immerrr again..." <immerrr+lua@...>
- Date: Thu, 28 Apr 2011 19:15:56 +0400
I am happy to announce the release of lua-mode release 20110428,
Emacs major mode for editing Lua files.
This release mostly addresses multiline literal recognition. There've
been attempts to recognize them on-fly but they were somewhat
unsuccessful, so for now it's up to the user to decide when to update
multiline markup.
Improvements so far:
* implement `lua-mark-all-multiline-literals' function which is bound
to `C-c C-;' by default (replace C-c with your prefix key)
* fix byte-compilation and add Makefile target for that
* make `narrow-to-defun' work in lua-mode
(thanks to Leonardo Etcheverry)
Get it from http://github.com/immerrr/lua-mode/
--
Cheers,
immerrr