blob: 6e20a8fabb320addbb22eeac7a0245174beefe1d [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:
dkearnsf937ab32023-08-29 05:32:27 +10006" 2023 Aug 28 - Added undo_ftplugin (Vim Project)
7" 2018 Nov 03 - Added commentstring (Markus Mottl)
8" 2017 Sep 06 - Initial version (Etienne Millon)
Bram Moolenaar790c18b2019-07-04 17:22:06 +02009
10if exists("b:did_ftplugin")
11 finish
12endif
13let b:did_ftplugin=1
14
15set lisp
16
17" Comment string
18setl commentstring=;\ %s
19setl comments=:;
20
21setl iskeyword+=#,?,.,/
dkearnsf937ab32023-08-29 05:32:27 +100022
23let b:undo_ftplugin = "setl lisp< cms< com< isk<"