branch: elpa/haskell-tng-mode commit 0ffb8854d411e9a4ab03532c4328cbf2d4930243 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
a thought --- haskell-tng-lexer.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/haskell-tng-lexer.el b/haskell-tng-lexer.el index 3110e4a..ad979ed 100644 --- a/haskell-tng-lexer.el +++ b/haskell-tng-lexer.el @@ -92,6 +92,8 @@ the lexer." ;; TODO infix operators should be converted to a virtual token ;; (with some important ones allowed through for fixity) + ;; TODO virtual paren tokens for top level blocks, depend on imenu + ;; TODO virtual tokens for pattern matches. Would be even better if ;; it was in the syntax table so fontification could benefit.