* Fix LIMPLE latch block name coloring in "*Native-compile-Log*"

* lisp/emacs-lisp/comp.el (comp-limple-lock-keywords): Fix
	latch block name coloring.
This commit is contained in:
Andrea Corallo 2020-10-10 14:31:03 +02:00
parent 51f5e487b2
commit b8772e8b08

View file

@ -493,7 +493,7 @@ Assume allocation class 'd-default as default."
(1 font-lock-variable-name-face))
(,(rx (group-n 1 (or "entry"
(seq (or "entry_" "entry_fallback_" "bb_")
(1+ num)))))
(1+ num) (? "_latch")))))
(1 font-lock-constant-face))
(,(rx "(" (group-n 1 (1+ (or word "-"))))
(1 font-lock-keyword-face)))