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