blob: 86c99c097f2d63a229fa69012c4dd90394f17240 [file] [log] [blame]
Bram Moolenaar790c18b2019-07-04 17:22:06 +02001" Language: Dune buildsystem
2" Maintainer: Markus Mottl <markus.mottl@gmail.com>
3" Anton Kochkov <anton.kochkov@gmail.com>
Bram Moolenaar7e6a5152021-01-02 16:39:53 +01004" URL: https://github.com/ocaml/vim-ocaml
Bram Moolenaar790c18b2019-07-04 17:22:06 +02005" Last Change:
6" 2018 Nov 3 - Added commentstring (Markus Mottl)
7" 2017 Sep 6 - Initial version (Etienne Millon)
8
9if exists("b:did_ftplugin")
10 finish
11endif
12let b:did_ftplugin=1
13
14set lisp
15
16" Comment string
17setl commentstring=;\ %s
18setl comments=:;
19
20setl iskeyword+=#,?,.,/