branch: externals/poke-mode
commit f83bb37aa72414af85671441ae913b0d5178209e
Author: Jose E. Marchesi <[email protected]>
Commit: Jose E. Marchesi <[email protected]>

    poke-mode: highlight chained declaration lines with type constructors
    
    2020-11-08  Jose E. Marchesi  <[email protected]>
    
            (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