blob: 17bca8f52e49214585e94ad0f5103b288cf5ede9 (
plain) (
blame)
1
2
3
4
5
6
7
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1
setlocal comments=s1fl:{-,mb:-,ex:-},:--
setlocal iskeyword+=-,.,*
setlocal commentstring=--\ %s
endif
|