This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
43e6479fd4
moby--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-29 13:46:51 -07:00
au
BufNewFile
,
BufRead
[
Dd
]
ockerfile
,
Dockerfile
.*
set
filetype
=
dockerfile
Copy permalink