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 /syntax/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 'syntax/sexplib.vim')
-rw-r--r-- | syntax/sexplib.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/syntax/sexplib.vim b/syntax/sexplib.vim index c0787af9..14e02b6d 100644 --- a/syntax/sexplib.vim +++ b/syntax/sexplib.vim @@ -6,10 +6,10 @@ endif " Language: S-expressions as used in Sexplib " Filenames: *.sexp " Maintainers: Markus Mottl <markus.mottl@gmail.com> -" URL: http://www.ocaml.info/vim/syntax/sexplib.vim -" Last Change: 2017 Apr 11 - Improved matching of negative numbers (MM) +" URL: https://github.com/ocaml/vim-ocaml +" Last Change: 2020 Dec 31 - Updated header for Vim contribution (MM) +" 2017 Apr 11 - Improved matching of negative numbers (MM) " 2012 Jun 20 - Fixed a block comment highlighting bug (MM) -" 2012 Apr 24 - Added support for new comment styles (MM) " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded |