diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-27 09:30:50 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-27 09:30:50 +0200 |
commit | c1e1870a3d87850684487ddf488896d862d4039e (patch) | |
tree | bb1e196e2ed669aac074560b398b1e991159a32f /scripts | |
parent | f0d6ecff07c88e7a406bc082d1ce98a5282b451c (diff) | |
download | vim-polyglot-c1e1870a3d87850684487ddf488896d862d4039e.tar.gz vim-polyglot-c1e1870a3d87850684487ddf488896d862d4039e.zip |
Fix ocaml and dune ftdetectv4.5.4
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/test_filetypes.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/test_filetypes.vim b/scripts/test_filetypes.vim index 2e9ddf4d..268d85e6 100644 --- a/scripts/test_filetypes.vim +++ b/scripts/test_filetypes.vim @@ -111,6 +111,11 @@ call TestFiletype('ocaml') call TestFiletype('omake') call TestFiletype('opam') call TestFiletype('oasis') +call TestFiletype('dune') +call TestFiletype('ocamlbuild_tags') +call TestFiletype('ocpbuild') +call TestFiletype('ocpbuildroot') +call TestFiletype('sexplib') call TestFiletype('octave') call TestFiletype('opencl') call TestFiletype('perl') |