Merge pull request #39 from mattr-/patch-1

Add the puppet file type to the delimiter map.
This commit is contained in:
Martin Grenfell 2011-07-21 17:36:40 -07:00
commit b28e7be632

View File

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