blob: c81fedb68c4b2ee5bbb5bfec54ba1121c9de0030 (
plain) (
blame)
1
2
3
4
5
6
7
|
if polyglot#init#is_disabled(expand('<sfile>:p'), 'haskell', 'after/ftplugin/cabal.vim')
finish
endif
setlocal comments=s1fl:{-,mb:-,ex:-},:--
setlocal iskeyword+=-,.,*
setlocal commentstring=--\ %s
|