Emacs major mode for editing Lua code. Provides syntax highlighting, auto-indent, interactive Lua shell, paren and brace matching and more
Overview
lua-mode
is an emacs major mode for editing lua.
Installing / Updating
The preferred way of installation is via el-get
or MELPA packages.
<M-x> el-get-install lua-mode
and updating is no more than
<M-x> el-get-update lua-mode
Features
lua-mode
supports automatic code indentation and sending of lines/regions/files to a Lua interpreter. An interpreter will be started if you try to send some code and none is running. You can use the process-buffer
as if it were an interactive shell.
Further Information / Useful Links
- Author: immerrr
- GitHub Pages
- Emacs Wiki
- GitHub repository