summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/cabal.vim
blob: 3c66372a74fbc7f8f635c1b2e097cb403940ba7d (plain) (blame)
1
2
3
4
5
6
7
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'haskell') != -1
  finish
endif

setlocal comments=s1fl:{-,mb:-,ex:-},:--
setlocal iskeyword+=-,.,*
setlocal commentstring=--\ %s