branch: elpa/haskell-tng-mode commit 5c50be0e35b19a3be531829794f7a715fb4480dc Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
remove redundant TODOs --- haskell-tng-font-lock.el | 6 +++--- haskell-tng-mode.el | 3 +-- haskell-tng-syntax.el | 2 -- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/haskell-tng-font-lock.el b/haskell-tng-font-lock.el index 117af4f..d3ca587 100644 --- a/haskell-tng-font-lock.el +++ b/haskell-tng-font-lock.el @@ -183,9 +183,9 @@ (haskell-tng:font:multiline:anchor-rewind) (0 'haskell-tng:type keep))) - ;; TODO: pragmas - ;; TODO: numeric / char primitives? - ;; TODO: haddock, different face vs line comments, and some markup. + ;; TODO pragmas + ;; TODO numeric / char primitives? + ;; TODO haddock, different face vs line comments, and some markup. ;; top-level (,(rx-to-string toplevel) diff --git a/haskell-tng-mode.el b/haskell-tng-mode.el index f053a14..275eb1c 100644 --- a/haskell-tng-mode.el +++ b/haskell-tng-mode.el @@ -31,8 +31,7 @@ ;; parse-sexp-ignore-comments (it is annoying that we must specify ;; comments here AND in the syntax table) ;; - ;; TODO mark-defun - ;; TODO font-lock-mark-block-function + ;; TODO mark-defun / font-lock-mark-block-function (setq ;; TAB is evil diff --git a/haskell-tng-syntax.el b/haskell-tng-syntax.el index 92cd0fe..48b073f 100644 --- a/haskell-tng-syntax.el +++ b/haskell-tng-syntax.el @@ -90,7 +90,5 @@ (put-text-property (- (point) 1) (point) 'syntax-table '(9 . ?\\))))) -;; TODO newlines should be whitespace if there is no comment to close - (provide 'haskell-tng-syntax) ;;; haskell-tng-syntax.el ends here