vim-patch:9.1.0586: ocaml runtime files are outdated

Problem:  ocaml runtime files are outdated
Solution: sync those files with the upstream repo,
          detect a few more ocaml files
          (Yinzuo Jiang)

closes: vim/vim#15260

700cf8cfa1

Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
This commit is contained in:
Christian Clason
2024-07-14 17:26:40 +02:00
parent 60734dc761
commit 79130c0fd3
6 changed files with 395 additions and 78 deletions

View File

@@ -1392,6 +1392,7 @@ local filename = {
jbuild = 'dune',
['dune-workspace'] = 'dune',
['dune-project'] = 'dune',
['dune-file'] = 'dune',
Earthfile = 'earthfile',
['.editorconfig'] = 'editorconfig',
['elinks.conf'] = 'elinks',
@@ -1543,6 +1544,7 @@ local filename = {
['octave.conf'] = 'octave',
['.ondirrc'] = 'ondir',
opam = 'opam',
['opam.locked'] = 'opam',
['pacman.log'] = 'pacmanlog',
['/etc/pam.conf'] = 'pamconf',
['pam_env.conf'] = 'pamenv',
@@ -2065,6 +2067,7 @@ local pattern = {
['%.ml%.cppo$'] = 'ocaml',
['%.mli%.cppo$'] = 'ocaml',
['/octave/history$'] = 'octave',
['%.opam%.locked$'] = 'opam',
['%.opam%.template$'] = 'opam',
['/openvpn/.*/.*%.conf$'] = 'openvpn',
['%.[Oo][Pp][Ll]$'] = 'opl',