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