view runtime/ftplugin/dune.vim @ 26025:480c0f6e2822

Added tag v8.2.3546 for changeset cb5f2515a45070b02e3ffcdb5042e62887118b87
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Oct 2021 18:30: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+=#,?,.,/