diff options
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') |