Files
vim-polyglot/after/ftplugin/cabal.vim

8 lines
173 B
VimL

if !polyglot#util#IsEnabled('haskell', expand('<sfile>:p'))
finish
endif
setlocal comments=s1fl:{-,mb:-,ex:-},:--
setlocal iskeyword+=-,.,*
setlocal commentstring=--\ %s