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

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

[nongnu] elpa/haskell-tng-mode ea77bb2 017/385: fixup! almost there, re


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode ea77bb2 017/385: fixup! almost there, regions not being expanded
Date: Tue, 5 Oct 2021 23:58:52 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit ea77bb27e340578e0c4b30f23160a04d16bc4ffe
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@gmail.com>

    fixup! almost there, regions not being expanded
---
 haskell-tng-font-lock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell-tng-font-lock.el b/haskell-tng-font-lock.el
index ba22a19..1faf036 100644
--- a/haskell-tng-font-lock.el
+++ b/haskell-tng-font-lock.el
@@ -82,7 +82,7 @@
   "Newline or line comment.")
 (defconst haskell-tng:type
   ;; TODO literal types and generic lists ... eek!
-  (let ((typepart `(| (+ (any ?\( ?\)))
+  (let ((typepart `(| (+ (any ?\( ?\) ?\[ ?\]))
                       (+ (any lower ?_))
                       (: (opt ,haskell-tng:qual)
                          (| "::" ,haskell-tng:conid ,haskell-tng:consym)))))



reply via email to

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