]> git.eshelyaron.com Git - emacs.git/commitdiff
* Fix LIMPLE latch block name coloring in "*Native-compile-Log*"
authorAndrea Corallo <akrl@sdf.org>
Sat, 10 Oct 2020 12:31:03 +0000 (14:31 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sat, 10 Oct 2020 13:15:49 +0000 (15:15 +0200)
* lisp/emacs-lisp/comp.el (comp-limple-lock-keywords): Fix
latch block name coloring.

lisp/emacs-lisp/comp.el

index 1c5a4975f24de72db855a2e62fc0b3aef4e81899..a7da7d42e9c9ec728420e5cf093f89d1678ec274 100644 (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)))