emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/lua-mode 99324a4 034/468: minor font-lock fix


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 99324a4 034/468: minor font-lock fix
Date: Thu, 5 Aug 2021 04:58:03 -0400 (EDT)

branch: elpa/lua-mode
commit 99324a4c3aff6327fce2ff873b4cdf0223f921ad
Author: juergen <juergen>
Commit: juergen <juergen>

    minor font-lock fix
---
 lua-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lua-mode.el b/lua-mode.el
index 779384d..0f52d1e 100755
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -11,7 +11,7 @@
 ;;              Paul Du Bois <pld-lua@gelatinous.com> and
 ;;              Aaron Smith <aaron-lua@gelatinous.com>.
 ;; URL:                http://lua-mode.luaforge.net/
-;; Version:    20070608
+;; Version:    20070703
 ;; This file is NOT part of Emacs.
 ;;
 ;; This program is free software; you can redistribute it and/or
@@ -29,7 +29,7 @@
 ;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 ;; MA 02110-1301, USA.
 
-(defconst lua-version "20070608"
+(defconst lua-version "20070703"
   "Lua Mode version number.")
 
 ;; Keywords: languages, processes, tools
@@ -214,7 +214,7 @@ traceback location."
      ; try (setq font-lock-support-mode 'lazy-lock-mode) in your ~/.emacs
 
      ;; Multi-line comment blocks.
-     `("\\(?:^\\|[^-]\\)\\(--\\[\\(=*\\)\\[\\(?:.\\|\n\\)*?--\\]\\2\\]\\)"
+     `("\\(?:^\\|[^-]\\)\\(--\\[\\(=*\\)\\[\\(?:.\\|\n\\)*?\\]\\2\\]\\)"
        (1 font-lock-comment-face t))
 
      ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]