Vim syntax file for Docker's Dockerfile and snippets for snipMate.
Here is an example in gnome-terminal with vim-monokai color scheme:
$ 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
Bundle "ekalinin/Dockerfile.vim"
See LICENSE file.