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

    planning
---
 haskell-tng-extra.el | 4 +++-
 haskell-tng-smie.el  | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/haskell-tng-extra.el b/haskell-tng-extra.el
index d648846cd4..ba4d6bbb81 100644
--- a/haskell-tng-extra.el
+++ b/haskell-tng-extra.el
@@ -45,7 +45,9 @@ When in a comment and called with a prefix, the comment will 
be completed."
       (delete-region (point) (line-end-position)))
     ;; TODO don't continue line comments if there is code before them
     ;;
-    ;; TODO in-comment indent should observer but not repeat | haddock markers
+    ;; TODO in-comment indent should observe but not repeat | haddock markers
+    ;;
+    ;; TODO newline-and-indent is adding a lot of newlines
     (cond
      (alt
       (call-interactively #'newline-and-indent))
diff --git a/haskell-tng-smie.el b/haskell-tng-smie.el
index 11052e73ce..fd1b6a2a5c 100644
--- a/haskell-tng-smie.el
+++ b/haskell-tng-smie.el
@@ -32,6 +32,7 @@
 (require 'haskell-tng-lexer)
 
 ;; TODO autodetection of indent options
+;; TODO CPP support... newline before # shouldn't indent
 
 (defcustom haskell-tng-aligntypes nil
   "Whether to align arrows to their parent :: declaration.

Reply via email to