branch: elpa/haskell-tng-mode commit ea77bb27e340578e0c4b30f23160a04d16bc4ffe Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@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)))))