You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,9 @@ let g:haskell_enable_static_pointers = 1 " to enable highlighting of `static`
57
57
`haskell-vim` has an opinionated highlighting. If you do not like that you can switch to
58
58
a more traditional mode by setting `g:haskell_classic_highlighting` to `1`.
59
59
60
+
Disabling Template Haskell and Quasiquoting syntax is possible by setting
61
+
`g:haskell_disable_TH` to `1`.
62
+
60
63
### Indentation
61
64
62
65
To configure indentation in `haskell-vim` you can use the following variables to change indentation depth, just add the according line to your `.vimrc`.
0 commit comments