summaryrefslogtreecommitdiff
path: root/devel/lua-mode
AgeCommit message (Collapse)AuthorFilesLines
2011-02-11Update to 20110121:jmmv2-7/+8
* lua-mode now lives in github. * Small patch to show how to make Emacs automatically use lua-mode for files that have a hash-bang line containing "lua", even if they don't have a ".lua" suffix. * Customization of indent level and comments.
2010-11-20Update lua-mode to 20100617.minskim2-7/+6
Changes: - Cleans up the code and attempts to improve long string colouring. - Adds syntax colouring for variable declarations and long strings, and tidies up the source somewhat, while simplifying the distribution to a single ELisp file. - Fixes minor bugs.
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim1-1/+2
in emacs23.
2009-05-14Import lua-mode-20071122 from pkgsrc-wip. Packaged by Aleksey Cheusov.minskim4-0/+44
Lua-mode is a major Emacs mode for editing source code written in Lua programming language.