view runtime/ftplugin/dune.vim @ 30841:9221f532df4b v9.0.0755

patch 9.0.0755: huge build on macos always fails on CI Commit: https://github.com/vim/vim/commit/d988ef3a555df2c686899a74393ed53b3186370c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 15 10:54:27 2022 +0100 patch 9.0.0755: huge build on macos always fails on CI Problem: Huge build on macos always fails on CI. Solution: Temporarily disable the perl interface.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Oct 2022 12:00:04 +0200
parents 15fa3923cc49
children 02939ae3aaca
line wrap: on
line source

" Language:    Dune buildsystem
" Maintainer:  Markus Mottl        <markus.mottl@gmail.com>
"              Anton Kochkov       <anton.kochkov@gmail.com>
" URL:         https://github.com/ocaml/vim-ocaml
" Last Change:
"              2018 Nov 3 - Added commentstring (Markus Mottl)
"              2017 Sep 6 - Initial version (Etienne Millon)

if exists("b:did_ftplugin")
  finish
endif
let b:did_ftplugin=1

set lisp

" Comment string
setl commentstring=;\ %s
setl comments=:;

setl iskeyword+=#,?,.,/