lua-mode: Update to 20210802
Changelog from https://github.com/immerrr/lua-mode/tags v20210802 * performance optimizations for automatic indentation * lua-skip-ws-and-comments-forward, lua-skip-ws-and-comments-backward: add new functions * lua-comment-start-pos: make sure point inside comment starter "--" is considered inside comment * lua-funcname-at-point: refactor to avoid copying syntax table to improve performance * lua--signum: add backward compat helper * code cleanups & minor refactors
This commit is contained in:
parent
b10bdae915
commit
0061ebb7c4
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.10 2020/11/05 22:34:33 nikita Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2022/04/14 10:21:21 nikita Exp $
|
||||
|
||||
DISTNAME= v${VERSION}
|
||||
VERSION= 20201010
|
||||
VERSION= 20210802
|
||||
PKGNAME= ${EMACS_PKGNAME_PREFIX}lua-mode-${VERSION}
|
||||
CATEGORIES= devel lua
|
||||
MASTER_SITES= https://github.com/immerrr/lua-mode/archive/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2021/10/26 10:15:36 nia Exp $
|
||||
$NetBSD: distinfo,v 1.9 2022/04/14 10:21:21 nikita Exp $
|
||||
|
||||
BLAKE2s (v20201010.tar.gz) = bc883d233ca796b6051cfbda4a9254815ee086b1c38da6da4fb99f5be2e42aba
|
||||
SHA512 (v20201010.tar.gz) = 7df283c4a6445979b4ceb1e398d1b48e8967d2f631f33be3f58171758ceb613ea8a4c7a466975bbe77d2a361b70dc9f30b7a244be34a87de0e6434b61088a6a4
|
||||
Size (v20201010.tar.gz) = 42458 bytes
|
||||
BLAKE2s (v20210802.tar.gz) = d14e986ec9f7caa5d5ce7eeeea12e9c2dc0c8997b2576c0bad705e485531eefe
|
||||
SHA512 (v20210802.tar.gz) = 04a85b6911c295ac02534b812bcd90c8f0224634c77b1fdcff86a24315749af07d86a8b4f8c65caf853849d4a9af9e85af9506606d0e5193e37644130981ccc5
|
||||
Size (v20210802.tar.gz) = 53708 bytes
|
||||
|
|
Loading…
Reference in a new issue