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