This is a vim plugin provides syntax highlighting for literate programming Haskell files.
The code is copied from the Haskell wiki for ease of use with Vundle or Pathogen plugin managers.
Using Vundle
- Add
Bundle 'wting/lhaskell.vim'to~/.vimrc vim +BundleInstall +qall
Using Pathogen
cd ~/.vim/bundlegit clone git://github.com/wting/lhaskell.vim.git