Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 776E470A58 for ; Mon, 29 Jul 2013 20:35:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AE3CD14A15C; Mon, 29 Jul 2013 20:35:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA53C14A129 for ; Mon, 29 Jul 2013 20:35:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CT_9ows0guNC for ; Mon, 29 Jul 2013 20:35:01 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2CB8314A120 for ; Mon, 29 Jul 2013 20:35:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D806A96; Mon, 29 Jul 2013 20:35:00 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 29 Jul 2013 20:35:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/lua-mode To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20130729203500.D806A96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon Jul 29 20:35:00 UTC 2013 Modified Files: pkgsrc/devel/lua-mode: Makefile distinfo Log Message: Update to 20130419: * 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 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/lua-mode/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/lua-mode/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.