mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 14:03:50 -05:00
8 lines
173 B
VimL
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
|