2013-10-15 03:35:13 -06:00
|
|
|
dockerfile.vim
|
|
|
|
==============
|
|
|
|
|
|
|
|
Syntax highlighting for Dockerfiles
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
2015-01-05 11:02:17 -08:00
|
|
|
With [pathogen](https://github.com/tpope/vim-pathogen), the usual way...
|
2013-10-15 03:35:13 -06:00
|
|
|
|
2015-01-05 11:02:17 -08:00
|
|
|
With [Vundle](https://github.com/gmarik/Vundle.vim)
|
|
|
|
|
|
|
|
Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
|
2013-10-15 03:35:13 -06:00
|
|
|
|
2018-07-04 15:42:01 +08:00
|
|
|
With [vim-plug](https://github.com/junegunn/vim-plug)
|
|
|
|
|
|
|
|
Plug 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
|
|
|
|
|
2013-10-15 03:35:13 -06:00
|
|
|
Features
|
|
|
|
--------
|
|
|
|
|
|
|
|
The syntax highlighting includes:
|
|
|
|
|
|
|
|
* The directives (e.g. `FROM`)
|
|
|
|
* Strings
|
|
|
|
* Comments
|
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
BSD, short and sweet
|