JorgenEvens / Dockerfile.vim

Vim syntax file & snippets for Docker's Dockerfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

License

See LICENSE file.

About

Vim syntax file & snippets for Docker's Dockerfile

License:MIT License


Languages

Language:Vim Script 82.0%Language:Makefile 18.0%