blob: 387ffe715b712b9d29fe2cc9d1a8bf180328204f (
plain) (
blame)
1
2
3
4
5
6
7
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1
setlocal comments=s1fl:{-,mb:-,ex:-},:--
setlocal formatoptions-=cro formatoptions+=j
setlocal iskeyword+='
endif
|