blob: 27e1b283700c168df4ec7621c28cfb83e165f057 [file] [log] [blame]
Bram Moolenaar7e6a5152021-01-02 16:39:53 +01001" Vim filetype plugin file
2" Language: Sexplib
3" Maintainer: Markus Mottl <markus.mottl@gmail.com>
4" URL: https://github.com/ocaml/vim-ocaml
5" Last Change:
6" 2017 Apr 12 - First version (MM)
7
8if exists("b:did_ftplugin")
9 finish
10endif
11let b:did_ftplugin=1
12
13" Comment string
14setl commentstring=;\ %s
15setl comments=:;