Added links to Chris Done's HIndent.

HIndent (https://github.com/chrisdone/hindent/) is a wonderful Haskell
pretty-printer. It takes the tedium out of doing indentation in Haskell. Highly
recommend. It includes a vim extension (or whatever it's called) and an Emacs
minor mode.

It is not included in any of the links in the README. I opened an issue on the
Emacs Haskell
tutorial (https://github.com/serras/emacs-haskell-tutorial/issues/20), but this
can serve as a temporary patch for the time being.
pull/33/head
Peter Harpending 10 years ago
parent 053c6e4950
commit 83244d3dfd

@ -224,6 +224,8 @@ Useful for understanding `Functor`, `Applicative`, `Monad`, `Monoid` and other t
- https://github.com/bitemyapp/dotfiles/
- https://github.com/chrisdone/hindent
### Vim
- http://www.haskell.org/haskellwiki/Vim
@ -236,6 +238,8 @@ Useful for understanding `Functor`, `Applicative`, `Monad`, `Monoid` and other t
- https://github.com/eagletmt/ghcmod-vim
- https://github.com/chrisdone/hindent
### Sublime Text
- https://github.com/SublimeHaskell/SublimeHaskell

Loading…
Cancel
Save