This website requires JavaScript.
Explore
Help
Sign In
jasder
/
moby
Watch
0
Star
0
Fork
You've already forked moby
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9f79cfdb2f
moby
/
contrib
/
syntax
/
vim
/
ftdetect
/
dockerfile.vim
2 lines
73 B
VimL
Raw
Normal View
History
Unescape
Escape
Adjust vim ftdetect to match "Dockerfile", "dockerfile", and "Dockerfile.*" which are all reasonably safe to assume "this is a Dockerfile" Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
2015-05-30 04:46:51 +08:00
au
BufNewFile
,
BufRead
[
Dd
]
ockerfile
,
Dockerfile
.*
set
filetype
=
dockerfile