vim-polyglot/ftplugin/purescript.vim

6 lines
138 B
VimL
Raw Normal View History

2016-09-11 07:24:17 -04:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'purescript') == -1
setlocal comments=s1fl:{-,mb:\ \ ,ex:-},:--
endif