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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user