From a81756029291d6e21295687515a3e58499c19b33 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 1 Jan 2021 17:09:30 +0100 Subject: Add support for gleam, closes #655 Co-authored-by: Jeff Kreeftmeijer --- ftplugin/dune.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ftplugin/dune.vim') diff --git a/ftplugin/dune.vim b/ftplugin/dune.vim index 970c9825..92c471f4 100644 --- a/ftplugin/dune.vim +++ b/ftplugin/dune.vim @@ -2,6 +2,14 @@ if has_key(g:polyglot_is_disabled, 'ocaml') finish endif +" Language: Dune buildsystem +" Maintainer: Markus Mottl +" Anton Kochkov +" 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 @@ -12,3 +20,5 @@ set lisp " Comment string setl commentstring=;\ %s setl comments=:; + +setl iskeyword+=#,?,.,/ -- cgit v1.2.3