branch: elpa/lua-mode
commit 04a27720accbdfcdee2a51aecc2a99175472ac2d
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
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