mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-11 11:13:47 -05: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:
@@ -293,6 +293,7 @@ let s:delimiterMap = {
|
||||
\ 'ps1': { 'left': '#' },
|
||||
\ 'psf': { 'left': '#' },
|
||||
\ 'ptcap': { 'left': '#' },
|
||||
\ 'puppet': { 'left': '#' },
|
||||
\ 'python': { 'left': '#' },
|
||||
\ 'radiance': { 'left': '#' },
|
||||
\ 'ratpoison': { 'left': '#' },
|
||||
|
||||
Reference in New Issue
Block a user