vim-polyglot/after/ftplugin/haskell.vim
Adam Stankiewicz 44b3d860cb
Update
2016-05-31 01:53:12 +02:00

7 lines
157 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1
setlocal comments=s1fl:{-,mb:\ \ ,ex:-},:--
setlocal iskeyword+='
endif