reg/vendor/github.com/docker/docker-ce/components/engine/contrib/syntax/vim
Jess Frazelle 843aebf2c1
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-14 11:48:41 -04:00
..
doc update deps 2018-07-14 11:48:41 -04:00
ftdetect update deps 2018-07-14 11:48:41 -04:00
syntax update deps 2018-07-14 11:48:41 -04:00
LICENSE update deps 2018-07-14 11:48:41 -04:00
README.md update deps 2018-07-14 11:48:41 -04:00

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