summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-27 09:30:50 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-27 09:30:50 +0200
commitc1e1870a3d87850684487ddf488896d862d4039e (patch)
treebb1e196e2ed669aac074560b398b1e991159a32f /scripts
parentf0d6ecff07c88e7a406bc082d1ce98a5282b451c (diff)
downloadvim-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.vim5
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')