mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
adaed9b6f7
Signed-off-by: Dani Hodovic <dani.hodovic@gmail.com>
30 lines
535 B
Markdown
30 lines
535 B
Markdown
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 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}
|
|
|
|
With [vim-plug](https://github.com/junegunn/vim-plug)
|
|
|
|
Plug 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}
|
|
|
|
Features
|
|
--------
|
|
|
|
The syntax highlighting includes:
|
|
|
|
* The directives (e.g. `FROM`)
|
|
* Strings
|
|
* Comments
|
|
|
|
License
|
|
-------
|
|
|
|
BSD, short and sweet
|