moby--moby/contrib/syntax/vim/README.md

31 lines
550 B
Markdown
Raw Normal View History

dockerfile.vim
==============
Syntax highlighting for Dockerfiles
Installation
------------
With [pathogen](https://github.com/tpope/vim-pathogen), the usual way...
With [Vundle](https://github.com/gmarik/Vundle.vim)
Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
With [vim-plug](https://github.com/junegunn/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