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

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

[nongnu] elpa/lua-mode 04a2772 310/468: Fix goto label fontification


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 04a2772 310/468: Fix goto label fontification
Date: Thu, 5 Aug 2021 04:58:59 -0400 (EDT)

branch: elpa/lua-mode
commit 04a27720accbdfcdee2a51aecc2a99175472ac2d
Author: immerrr <immerrr+lua@gmail.com>
Commit: immerrr <immerrr+lua@gmail.com>

    Fix goto label fontification
---
 lua-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lua-mode.el b/lua-mode.el
index 6c0c4c4..6684c12 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -606,7 +606,6 @@ Groups 6-9 can be used in any of argument regexps."
     ;; Hightlights the name of the label in the "goto" statement like
     ;; "goto label"
     (,(lua-rx (symbol (seq "goto" ws+ (group-n 1 lua-name))))
-      nil nil
       (1 font-lock-constant-face))
 
     ;; Highlight lua builtin functions and variables



reply via email to

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