summaryrefslogtreecommitdiffstats
path: root/packages.yaml
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 /packages.yaml
parentf0d6ecff07c88e7a406bc082d1ce98a5282b451c (diff)
downloadvim-polyglot-c1e1870a3d87850684487ddf488896d862d4039e.tar.gz
vim-polyglot-c1e1870a3d87850684487ddf488896d862d4039e.zip
Fix ocaml and dune ftdetectv4.5.4
Diffstat (limited to 'packages.yaml')
-rw-r--r--packages.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml
index 7c6df385..6afdb681 100644
--- a/packages.yaml
+++ b/packages.yaml
@@ -47,6 +47,9 @@ filetypes:
linguist: C
- name: cpp
linguist: C++
+ ignored_extensions:
+ # conflicts with more popular reason, remove after heuristics work
+ - re
---
name: c++11
remote: octol/vim-cpp-enhanced-highlight
@@ -697,6 +700,8 @@ filetypes:
- mlip
- mli.cppo
- ml.cppo
+ extra_filenames:
+ - .ocamlinit
- name: omake
extensions:
- om
@@ -713,6 +718,24 @@ filetypes:
- name: oasis
filenames:
- _oasis
+- name: dune
+ filenames:
+ - jbuild
+ - dune
+ - dune-project
+ - dune-workspace
+- name: ocamlbuild_tags
+ filenames:
+ - _tags
+- name: ocpbuild
+ extensions:
+ - ocp
+- name: ocpbuildroot
+ extensions:
+ - root
+- name: sexplib
+ extensions:
+ - sexp
---
name: octave
remote: McSinyx/vim-octave