* 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:
parent
51f5e487b2
commit
b8772e8b08
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue