mirror of
https://github.com/vim/vim
synced 2025-03-14 22:07:51 +01:00
Problem: filetype: config files for container tools are not recognized Solution: detect the ones that aren't detected yet as toml filetype (David Mandelberg) The .containerignore format doesn't look exactly the same as gitignore, but very close. And .dockerignore is already using gitignore. References: https://github.com/containers/common/blob/main/docs/containerignore.5.md https://github.com/containers/common/blob/main/docs/containers.conf.5.md https://github.com/containers/storage/blob/main/docs/containers-storage.conf.5.md https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md https://github.com/containers/image/blob/main/docs/containers-registries.conf.d.5.md I wasn't sure exactly how to interpret what containers.conf(5) was saying about modules, so I looked at https://github.com/containers/common/tree/main/pkg/config/testdata/modules to get examples, and based the detection off those. closes: #16852 Signed-off-by: David Mandelberg <david@mandelberg.org> Signed-off-by: Christian Brabandt <cb@256bit.org> |
||
---|---|---|
.. | ||
autoload | ||
bitmaps | ||
colors | ||
compiler | ||
doc | ||
ftplugin | ||
icons | ||
import/dist | ||
indent | ||
keymap | ||
lang | ||
macros | ||
pack/dist/opt | ||
plugin | ||
spell | ||
syntax | ||
tools | ||
tutor | ||
bugreport.vim | ||
defaults.vim | ||
delmenu.vim | ||
doc.info | ||
evim.vim | ||
filetype.vim | ||
ftoff.vim | ||
ftplugin.vim | ||
ftplugof.vim | ||
gvim.desktop | ||
gvimrc_example.vim | ||
hi16-action-make.png | ||
hi22-action-make.png | ||
icons.info | ||
indent.vim | ||
indoff.vim | ||
macmap.vim | ||
macros.info | ||
makemenu.vim | ||
menu.vim | ||
mswin.vim | ||
optwin.vim | ||
scripts.vim | ||
synmenu.vim | ||
termcap | ||
tools.info | ||
tutor.info | ||
vim.desktop | ||
vim16x16.gif | ||
vim16x16.png | ||
vim16x16.xpm | ||
vim32x32.gif | ||
vim32x32.png | ||
vim32x32.xpm | ||
vim48x48.gif | ||
vim48x48.png | ||
vim48x48.xpm | ||
vimlogo.cdr | ||
vimlogo.eps | ||
vimlogo.gif | ||
vimlogo.pdf | ||
vimlogo.svg | ||
vimlogo.xpm | ||
vimrc_example.vim |