[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] lua-mode release 20111107 released
- From: "immerrr again..." <immerrr+lua@...>
- Date: Mon, 07 Nov 2011 15:01:07 +0400
I am happy to announce the release of lua-mode release 20111107,
Emacs major mode for editing Lua files.
It's been a while since the last release, though if you were looking to
commit history time to time, you could see that things gradually change
to better :)
Here's a shortlist of recent changes:
* lua-mode site now lives on github hosting and has changed the
address to http://immerrr.github.com/lua-mode.
* multiline literals are now recognized automatically (after
lua-automark-multiline-interval seconds of idle time)
* multiline string literal contents may optionally be indented (if
lua-indent-string-contents is non-nil)
* lua abbrevs are explicitly marked as "system" (don't require saving
into abbrev file now)
* major revisit of lua indentation engine (by Vedat Hallac) that fixes
a lot of issues including but not limited to:
* condition expressions in conditional/loop operators
* indenting & especially unindenting of matching block-closing tokens
* minor issue fixes & clean-ups
Get it from http://immerrr.github.com/lua-mode
--
Cheers,
immerrr