vim-patch:9.1.0266: filetype: earthfile files are not recognized (#28207)

Problem:  filetype: earthfile files are not recognized
Solution: Detect 'Earthfile' as earthfile
          (Gaëtan Lehmann)

closes: vim/vim#14408

28e5e7c484

Co-authored-by: Gaëtan Lehmann <gaetan.lehmann@gmail.com>
This commit is contained in:
zeertzjq
2024-04-06 21:11:57 +08:00
committed by GitHub
parent 0443f06b71
commit 7560aee595
2 changed files with 2 additions and 0 deletions

View File

@@ -1293,6 +1293,7 @@ local filename = {
jbuild = 'dune',
['dune-workspace'] = 'dune',
['dune-project'] = 'dune',
Earthfile = 'earthfile',
['.editorconfig'] = 'editorconfig',
['elinks.conf'] = 'elinks',
['mix.lock'] = 'elixir',