branch: elpa/haskell-tng-mode commit 658ddb60948810083e68e8cb362c46e3ccc81555 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
docs --- README.md | 2 +- haskell-tng-font-lock.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 438bb4d..1b92600 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ done <!-- for V in 8.4.4 8.6.5 ; do - cabal v2-install exe:hsinspect -w ghc-$V && + cabal v2-install exe:hsinspect -w ghc-$V -O1 && mv -f ~/.cabal/bin/hsinspect ~/.cabal/bin/hsinspect-ghc-$V done --> diff --git a/haskell-tng-font-lock.el b/haskell-tng-font-lock.el index 84f415a..4504055 100644 --- a/haskell-tng-font-lock.el +++ b/haskell-tng-font-lock.el @@ -102,6 +102,7 @@ ;; TODO unnamed newtype fields should be a type, not a constructor ;; TODO bug, multiple standalone instance declarations in a row do not fire + ;; TODO bug \Foo{foo} doesn't highlight correctly ;; TODO CPP #ifdef would be nice