mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-20 12:02:01 +08:00
Add the puppet file type to the delimiter map.
This should provide NERDcommenter the ability to comment puppet manifests
This commit is contained in:
parent
5a9371437f
commit
cdb6db91cc
|
@ -293,6 +293,7 @@ let s:delimiterMap = {
|
|||
\ 'ps1': { 'left': '#' },
|
||||
\ 'psf': { 'left': '#' },
|
||||
\ 'ptcap': { 'left': '#' },
|
||||
\ 'puppet': { 'left': '#' },
|
||||
\ 'python': { 'left': '#' },
|
||||
\ 'radiance': { 'left': '#' },
|
||||
\ 'ratpoison': { 'left': '#' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user