mirror of
https://github.com/neovim/neovim.git
synced 2026-04-23 07:45:32 +00:00
vim-patch:9.0.0814: aws config files are not recognized (#20769)
vim-patch:436e5d395fd6 (since upstream tagged the wrong commit)
Problem: Aws config files are not recognized.
Solution: Use "confini" for aws config files. (Justin M. Keyes,
closes vim/vim#11416)
436e5d395f
This commit is contained in:
@@ -1791,6 +1791,8 @@ local pattern = {
|
||||
['.*/etc/DIR_COLORS'] = 'dircolors',
|
||||
['.*/etc/dnsmasq%.conf'] = 'dnsmasq',
|
||||
['php%.ini%-.*'] = 'dosini',
|
||||
['.*/%.aws/config'] = 'confini',
|
||||
['.*/%.aws/credentials'] = 'confini',
|
||||
['.*/etc/pacman%.conf'] = 'confini',
|
||||
['.*/etc/yum%.conf'] = 'dosini',
|
||||
['.*lvs'] = 'dracula',
|
||||
|
||||
Reference in New Issue
Block a user