summaryrefslogtreecommitdiff
path: root/devel/lua-mode
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-07-29Update to 20130419:wiz2-13/+12
* highlight hash-bang line as comment * make lua-mode-hook editable via customize * fix several indentation bugs & quirks * fix lua-send-proc not to send previous function when point is at the beginning of a function * derive lua-mode from prog-mode for Emacs24 * add font-locking for builtins and numeric constants * fix a bug causing exponential complexity in a keyword matching regexp * add more unindentation cases for block-closing tokens * improve multiline highlighting via font-lock-syntactic-keywords This should make font-locking of multiline literals more fluent & stable. And it becomes customizable via standard font-lock configuration * properly fontify variable definitions in 'local ...' & 'for ...' Also, perform some basic syntax verification in those lines. Multi-line constructs not supported yet. * fix indentation for blocks starting on continued lines local foo = { bar, baz } ^ 1. these lines should be indented properly now ^ 2. the following lines should be unindented properly now * extend imenu-generic-expression Now it matches 'foo = function(...)' function definitions
2013-02-17Revbump all elisp packages after emacs changes.dholland1-1/+2
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2011-10-09Update my emailcheusov1-2/+2
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.