summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/haskell.vim
blob: 9fa505f727de0b1202abbe7b578c2f809dc10470 (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