summaryrefslogtreecommitdiffstats
path: root/ftplugin/oasis.vim
blob: 514424038969ca4bcbfaa8f389aaf20e946fd7e0 (plain) (blame)
1
2
3
4
5
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1

setlocal comments=:#
setlocal commentstring=#\ %s
endif