* lisp/emacs-lisp/comp.el (comp-limple-lock-keywords): Color returns as red.

This commit is contained in:
Andrea Corallo 2020-12-31 15:27:24 +01:00
parent e81643bef5
commit f78580a0f5

View file

@ -894,6 +894,8 @@ Assume allocation class 'd-default as default."
(1 font-lock-function-name-face))
(,(rx bol "(" (group-n 1 "phi"))
(1 font-lock-variable-name-face))
(,(rx bol "(" (group-n 1 "return"))
(1 font-lock-warning-face))
(,(rx (group-n 1 (or "entry"
(seq (or "entry_" "entry_fallback_" "bb_")
(1+ num) (? (or "_latch"