* lisp/emacs-lisp/comp.el (comp-limple-lock-keywords): Color returns as red.
This commit is contained in:
parent
e81643bef5
commit
f78580a0f5
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue