install.fairie/dotfiles/.vim/plugged/dockerfile.vim
Git E2E Dev Test Username 76b2929ec8 git subrepo clone (merge) https://github.com/ekalinin/dockerfile.vim.git ./dotfiles/.vim/plugged/dockerfile.vim
subrepo:
  subdir:   "dotfiles/.vim/plugged/dockerfile.vim"
  merged:   "2a31e6bc"
upstream:
  origin:   "https://github.com/ekalinin/dockerfile.vim.git"
  branch:   "master"
  commit:   "2a31e6bc"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2022-10-18 10:36:24 -04:00
..
ftdetect git subrepo clone (merge) https://github.com/ekalinin/dockerfile.vim.git ./dotfiles/.vim/plugged/dockerfile.vim 2022-10-18 10:36:24 -04:00
ftplugin git subrepo clone (merge) https://github.com/ekalinin/dockerfile.vim.git ./dotfiles/.vim/plugged/dockerfile.vim 2022-10-18 10:36:24 -04:00
indent git subrepo clone (merge) https://github.com/ekalinin/dockerfile.vim.git ./dotfiles/.vim/plugged/dockerfile.vim 2022-10-18 10:36:24 -04:00
snippets git subrepo clone (merge) https://github.com/ekalinin/dockerfile.vim.git ./dotfiles/.vim/plugged/dockerfile.vim 2022-10-18 10:36:24 -04:00
syntax git subrepo clone (merge) https://github.com/ekalinin/dockerfile.vim.git ./dotfiles/.vim/plugged/dockerfile.vim 2022-10-18 10:36:24 -04:00
.gitignore git subrepo clone (merge) https://github.com/ekalinin/dockerfile.vim.git ./dotfiles/.vim/plugged/dockerfile.vim 2022-10-18 10:36:24 -04:00
.gitrepo git subrepo clone (merge) https://github.com/ekalinin/dockerfile.vim.git ./dotfiles/.vim/plugged/dockerfile.vim 2022-10-18 10:36:24 -04:00
LICENSE git subrepo clone (merge) https://github.com/ekalinin/dockerfile.vim.git ./dotfiles/.vim/plugged/dockerfile.vim 2022-10-18 10:36:24 -04:00
Makefile git subrepo clone (merge) https://github.com/ekalinin/dockerfile.vim.git ./dotfiles/.vim/plugged/dockerfile.vim 2022-10-18 10:36:24 -04:00
README.md git subrepo clone (merge) https://github.com/ekalinin/dockerfile.vim.git ./dotfiles/.vim/plugged/dockerfile.vim 2022-10-18 10:36:24 -04:00
vim-dockerfile-example.png git subrepo clone (merge) https://github.com/ekalinin/dockerfile.vim.git ./dotfiles/.vim/plugged/dockerfile.vim 2022-10-18 10:36:24 -04:00

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 ~/.vim/bundle/Dockerfile

Or using Vundle:

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

Or using NeoBundle:

NeoBundle 'ekalinin/Dockerfile.vim'

Or using Vim-Plug

# Inside the Vim-Plug block on your .vimrc
Plug 'ekalinin/Dockerfile.vim'

License

See LICENSE file.