this should work ( tried on my machine) Signed-off-by: Ian Chen <ianre657@gmail.com> Upstream-commit: a7652107189336f243e5c9a89b33a577df34fdd2 Component: engine
dockerfile.vim
Syntax highlighting for Dockerfiles
Installation
With pathogen, the usual way...
With Vundle
Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
With vim-plug
Plug 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
Features
The syntax highlighting includes:
- The directives (e.g.
FROM) - Strings
- Comments
License
BSD, short and sweet