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': '*)' },