Document Features Flags

This commit is contained in:
raichoo 2014-06-25 13:45:31 +02:00
parent 069484081e
commit 9f5448262b

View file

@ -38,6 +38,12 @@ Be sure that the following lines are in your
## Configuration
### Features
* `let g:haskell_enable_quantification = 1` to enable highlighting of `forall` and `exists`
* `let g:haskell_enable_recursivedo = 1` to enable highlighting of `mdo` and `rec`
* `let g:haskell_enable_arrowsyntax = 1` to enable highlighting of `proc`
### Indentation
To configure indentation in `haskell-vim` you can use the following variables: