Add the puppet file type to the delimiter map.

This should provide NERDcommenter the ability to comment puppet manifests
This commit is contained in:
Matt Rogers 2011-07-21 13:58:34 -07:00
parent 5a9371437f
commit cdb6db91cc

View File

@ -293,6 +293,7 @@ let s:delimiterMap = {
\ 'ps1': { 'left': '#' },
\ 'psf': { 'left': '#' },
\ 'ptcap': { 'left': '#' },
\ 'puppet': { 'left': '#' },
\ 'python': { 'left': '#' },
\ 'radiance': { 'left': '#' },
\ 'ratpoison': { 'left': '#' },