summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/haskell.vim
blob: a617329c1356af664783e4992d98933b82402f6c (plain) (blame)
1
2
3
4
5
6
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1

setlocal comments=s1fl:{-,mb:\ \ ,ex:-},:--
setlocal iskeyword+='

endif