mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-21 09:04:11 +08:00
Merge pull request #39 from mattr-/patch-1
Add the puppet file type to the delimiter map.
This commit is contained in:
commit
b28e7be632
@ -293,6 +293,7 @@ let s:delimiterMap = {
|
||||
\ 'ps1': { 'left': '#' },
|
||||
\ 'psf': { 'left': '#' },
|
||||
\ 'ptcap': { 'left': '#' },
|
||||
\ 'puppet': { 'left': '#' },
|
||||
\ 'python': { 'left': '#' },
|
||||
\ 'radiance': { 'left': '#' },
|
||||
\ 'ratpoison': { 'left': '#' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user