Skip to content

Commit

Permalink
Fix goto label fontification
Browse files Browse the repository at this point in the history
  • Loading branch information
immerrr committed Oct 4, 2015
1 parent 148858c commit 04a2772
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04a2772

Please sign in to comment.