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 --- syntax/dune.vim | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'syntax/dune.vim') diff --git a/syntax/dune.vim b/syntax/dune.vim index dc1cd260..68695a22 100644 --- a/syntax/dune.vim +++ b/syntax/dune.vim @@ -2,6 +2,17 @@ if has_key(g:polyglot_is_disabled, 'ocaml') finish endif +" Vim syntax file +" Language: Dune buildsystem +" Maintainer: Markus Mottl +" Anton Kochkov +" URL: https://github.com/ocaml/vim-ocaml +" Last Change: +" 2019 Feb 27 - Add newer keywords to the syntax (Simon Cruanes) +" 2018 May 8 - Check current_syntax (Kawahara Satoru) +" 2018 Mar 29 - Extend jbuild syntax with more keywords (Petter A. Urkedal) +" 2017 Sep 6 - Initial version (Etienne Millon) + if exists("b:current_syntax") finish endif -- cgit v1.2.3