summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/haskell.vim
blob: 0255bdd764f77e0701c6eaf59e8801554b08dc4e (plain) (blame)
1
2
3
4
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1
setlocal comments=s1fl:{-,mb:\ \ ,ex:-},:--
setlocal iskeyword+='
endif