diff options
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r-- | ftdetect/polyglot.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index edf87bb7..57255ac5 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -137,7 +137,7 @@ endif " ftdetect/dockerfile.vim if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dockerfile') == -1 -au BufNewFile,BufRead Dockerfile set filetype=dockerfile +au BufNewFile,BufRead [Dd]ockerfile,Dockerfile.* set filetype=dockerfile endif |