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
a0d58b2248
moby--moby
/
contrib
/
syntax
/
vim
/
ftdetect
/
dockerfile.vim
2 lines
92 B
VimL
Raw
Normal View
History
Unescape
Escape
Allow vim be case insensitive for D in dockerfile Signed-off-by: Kunal Tyagi <tyagi.kunal@live.com>
2018-06-08 10:10:09 +09:00
au
BufNewFile
,
BufRead
[
Dd
]
ockerfile
,
[
Dd
]
ockerfile
.*
,
*.[
Dd
]
ockerfile
set
filetype
=
dockerfile
Copy permalink