emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/poke-mode f83bb37aa7 08/16: poke-mode: highlight chaine


From: ELPA Syncer
Subject: [elpa] externals/poke-mode f83bb37aa7 08/16: poke-mode: highlight chained declaration lines with type constructors
Date: Tue, 5 Apr 2022 15:02:55 -0400 (EDT)

branch: externals/poke-mode
commit f83bb37aa72414af85671441ae913b0d5178209e
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Commit: Jose E. Marchesi <jose.marchesi@oracle.com>

    poke-mode: highlight chained declaration lines with type constructors
    
    2020-11-08  Jose E. Marchesi  <jemarch@gnu.org>
    
            (poke-font-lock-keywords): Cover the case of chained declaration
            lines with type constructors in them.
---
 poke-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/poke-mode.el b/poke-mode.el
index c2a062051f..114e2cce31 100644
--- a/poke-mode.el
+++ b/poke-mode.el
@@ -195,7 +195,7 @@
    `(,(rx (group (any "A-Z" "a-z" "_") (* (any "A-Z" "a-z" "_" "0-9")))
           (* space)
           "="
-          (+ (not ","))
+          (+? anychar)
           "," (* space) eol)
      1 'poke-declaration-name)
    ;; attributes



reply via email to

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