blob: 8b1f8b41256914a8b61fe51dba218d7b09520cd2 [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>
4" URL: https://github.com/rgrinberg/vim-ocaml
5" 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+=#,?,.,/