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

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

[nongnu] elpa/haskell-tng-mode 2b82b2f 022/385: fixup! fixup! multiline


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode 2b82b2f 022/385: fixup! fixup! multiline topdecl type sections
Date: Tue, 5 Oct 2021 23:58:53 -0400 (EDT)

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

    fixup! fixup! multiline topdecl type sections
---
 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 d2f13f1..8d25317 100644
--- a/haskell-tng-font-lock.el
+++ b/haskell-tng-font-lock.el
@@ -165,7 +165,7 @@
 ;; Avoid compiling any regexes (i.e. `rx-to-string'), prefer `defconst' and 
`rx'.
 
 (defconst haskell-tng:type
-  ;; TODO literal types and generic lists ... eek!
+  ;; TODO literal types, TypeOperators, and generic lists ... eek!
   ;; TODO be more explicit about where class constraints can appear
   (let ((newline haskell-tng:newline)
         (typepart `(| (+ (any ?\( ?\) ?\[ ?\]))



reply via email to

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