view runtime/ftplugin/dune.vim @ 29231:ff3b9f7abca3

Added tag v8.2.5134 for changeset 3d3d629f5038cb1d66f195b6454f09c1f188c783
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jun 2022 19:00:06 +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+=#,?,.,/