diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 51ec3e0..6cb7dbe 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -293,6 +293,7 @@ let s:delimiterMap = { \ 'ps1': { 'left': '#' }, \ 'psf': { 'left': '#' }, \ 'ptcap': { 'left': '#' }, + \ 'puppet': { 'left': '#' }, \ 'python': { 'left': '#' }, \ 'radiance': { 'left': '#' }, \ 'ratpoison': { 'left': '#' },