diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-01-01 17:09:30 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-01-01 17:09:30 +0100 |
commit | a81756029291d6e21295687515a3e58499c19b33 (patch) | |
tree | 81142fd6640ad9de3b38b7cb0e4bd798a6db86e0 /ftplugin/sexplib.vim | |
parent | 1f4236df3aaaec797e81572fd120a9d49d4035b9 (diff) | |
download | vim-polyglot-a81756029291d6e21295687515a3e58499c19b33.tar.gz vim-polyglot-a81756029291d6e21295687515a3e58499c19b33.zip |
Add support for gleam, closes #655
Co-authored-by: Jeff Kreeftmeijer <jeffkreeftmeijer@gmail.com>
Diffstat (limited to 'ftplugin/sexplib.vim')
-rw-r--r-- | ftplugin/sexplib.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftplugin/sexplib.vim b/ftplugin/sexplib.vim index ebd322ad..7b36d631 100644 --- a/ftplugin/sexplib.vim +++ b/ftplugin/sexplib.vim @@ -2,9 +2,10 @@ if has_key(g:polyglot_is_disabled, 'ocaml') finish endif +" Vim filetype plugin file " Language: Sexplib " Maintainer: Markus Mottl <markus.mottl@gmail.com> -" URL: http://www.ocaml.info/vim/ftplugin/sexplib.vim +" URL: https://github.com/ocaml/vim-ocaml " Last Change: " 2017 Apr 12 - First version (MM) |