From 4bf1a9ee29a4d9abeef7fab6b72ce4338d15d881 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 19 Feb 2014 21:44:44 -0800 Subject: [PATCH] Add dockerfile syntax --- .gitmodules | 3 +++ vim/bundle/dockerfile | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/dockerfile diff --git a/.gitmodules b/.gitmodules index bce74a1..5ab79d5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,3 +76,6 @@ [submodule "vim/bundle/solarized"] path = vim/bundle/solarized url = https://github.com/altercation/vim-colors-solarized.git +[submodule "vim/bundle/dockerfile"] + path = vim/bundle/dockerfile + url = https://github.com/honza/dockerfile.vim.git diff --git a/vim/bundle/dockerfile b/vim/bundle/dockerfile new file mode 160000 index 0000000..8388827 --- /dev/null +++ b/vim/bundle/dockerfile @@ -0,0 +1 @@ +Subproject commit 8388827629d901f19c6e077997027c54eb78ef57