emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp b8772e8: * Fix LIMPLE latch block name coloring in "


From: Andrea Corallo
Subject: feature/native-comp b8772e8: * Fix LIMPLE latch block name coloring in "*Native-compile-Log*"
Date: Sat, 10 Oct 2020 09:16:41 -0400 (EDT)

branch: feature/native-comp
commit b8772e8b08fd269681f449fbe81172e2a2dad19f
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Fix LIMPLE latch block name coloring in "*Native-compile-Log*"
    
        * lisp/emacs-lisp/comp.el (comp-limple-lock-keywords): Fix
        latch block name coloring.
---
 lisp/emacs-lisp/comp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 1c5a497..a7da7d4 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]