Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1 KB

README.md

File metadata and controls

47 lines (32 loc) · 1 KB

Dockerfile.vim

Vim syntax file for Docker's Dockerfile and snippets for snipMate.

Screenshot

Here is an example in gnome-terminal with vim-monokai color scheme:

Vim & Dockerfile.vim

Installation

$ git clone https://github.com/ekalinin/Dockerfile.vim.git
$ cd Dockerfile.vim
$ make install

Or using Pathogen:

# Clone directly into the bundle folder.
git clone https://github.com/ekalinin/Dockerfile.vim.git bundle/Dockerfile

Or using Vundle:

# near the top of your .vimrc
Plugin 'ekalinin/Dockerfile.vim'

Or using NeoBundle:

NeoBundle 'ekalinin/Dockerfile.vim'

License

See LICENSE file.