diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 3c854e7..985a27f 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -329,6 +329,7 @@ let s:delimiterMap = { \ 'ps1': { 'left': '#' }, \ 'psf': { 'left': '#' }, \ 'ptcap': { 'left': '#' }, + \ 'pug': { 'left': '//-', 'leftAlt': '//' }, \ 'puppet': { 'left': '#' }, \ 'pyrex': { 'left': '# ', 'leftAlt': '#' }, \ 'python': { 'left': '# ', 'leftAlt': '#' },