From 057f6150bdb11124bcb63e85f5445fae47f383c3 Mon Sep 17 00:00:00 2001 From: Chris Linstid Date: Thu, 17 Nov 2016 00:01:25 -0500 Subject: [PATCH] Add ansible file type (#276) --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 40e86ef..a92fbeb 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -79,6 +79,7 @@ let s:delimiterMap = { \ 'amiga': { 'left': ';' }, \ 'aml': { 'left': '/*' }, \ 'ampl': { 'left': '#' }, + \ 'ansible': { 'left': '#' }, \ 'apache': { 'left': '#' }, \ 'apachestyle': { 'left': '#' }, \ 'applescript': { 'left': '--', 'leftAlt': '(*', 'rightAlt': '*)' },