blob: 8009502d38e0393e68d5923cc2b67e54d2c12e03 (
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
|