1
0
forked from aniani/vim

patch 8.2.3909: Containerfile using prefix name not recognized

Problem:    Containerfile using prefix name not recognized.
Solution:   Recognize Containerfile.*.
This commit is contained in:
Bram Moolenaar
2021-12-27 10:35:52 +00:00
parent 27708e6c7b
commit bbdd3fb804
3 changed files with 4 additions and 2 deletions

View File

@@ -2240,7 +2240,7 @@ au BufNewFile,BufRead crontab,crontab.*,*/etc/cron.d/* call s:StarSetf('crontab
au BufNewFile,BufRead */etc/dnsmasq.d/* call s:StarSetf('dnsmasq')
" Dockerfile
au BufNewFile,BufRead Dockerfile.* call s:StarSetf('dockerfile')
au BufNewFile,BufRead Dockerfile.*,Containerfile.* call s:StarSetf('dockerfile')
" Dracula
au BufNewFile,BufRead drac.* call s:StarSetf('dracula')