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 /packages.yaml | |
parent | f0d6ecff07c88e7a406bc082d1ce98a5282b451c (diff) | |
download | vim-polyglot-c1e1870a3d87850684487ddf488896d862d4039e.tar.gz vim-polyglot-c1e1870a3d87850684487ddf488896d862d4039e.zip |
Fix ocaml and dune ftdetectv4.5.4
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 23 |
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 |