From 8fff061222005acbc21ca0ab75b400247e49751b Mon Sep 17 00:00:00 2001 From: Spike Grobstein Date: Sun, 25 Aug 2013 10:04:11 -0400 Subject: [PATCH] added Dockerfile comment support --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 13c7693..6c52ff8 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -135,6 +135,7 @@ let s:delimiterMap = { \ 'django': { 'left': '', 'leftAlt': '{#', 'rightAlt': '#}' }, \ 'docbk': { 'left': '' }, \ 'dns': { 'left': ';' }, + \ 'dockerfile': { 'left': '#' }, \ 'dosbatch': { 'left': 'REM ', 'leftAlt': '::' }, \ 'dosini': { 'left': ';' }, \ 'dot': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },