Skip to content

Commit

Permalink
Merge pull request #39 from mattr-/patch-1
Browse files Browse the repository at this point in the history
Add the puppet file type to the delimiter map.
  • Loading branch information
scrooloose committed Jul 22, 2011
2 parents 5a93714 + cdb6db9 commit b28e7be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/NERD_commenter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ let s:delimiterMap = {
\ 'ps1': { 'left': '#' },
\ 'psf': { 'left': '#' },
\ 'ptcap': { 'left': '#' },
\ 'puppet': { 'left': '#' },
\ 'python': { 'left': '#' },
\ 'radiance': { 'left': '#' },
\ 'ratpoison': { 'left': '#' },
Expand Down

0 comments on commit b28e7be

Please sign in to comment.