mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-25 13:28:35 +01:00
9 lines
335 B
Docker
9 lines
335 B
Docker
|
" vint: -ProhibitAutocmdWithNoGroup
|
||
|
|
||
|
" Dockerfile
|
||
|
autocmd BufRead,BufNewFile [Dd]ockerfile set ft=Dockerfile
|
||
|
autocmd BufRead,BufNewFile Dockerfile* set ft=Dockerfile
|
||
|
autocmd BufRead,BufNewFile [Dd]ockerfile.vim set ft=vim
|
||
|
autocmd BufRead,BufNewFile *.dock set ft=Dockerfile
|
||
|
autocmd BufRead,BufNewFile *.[Dd]ockerfile set ft=Dockerfile
|