mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Add filetype pug. Jade has been renamed to pug.
This commit is contained in:
@@ -329,6 +329,7 @@ let s:delimiterMap = {
|
||||
\ 'ps1': { 'left': '#' },
|
||||
\ 'psf': { 'left': '#' },
|
||||
\ 'ptcap': { 'left': '#' },
|
||||
\ 'pug': { 'left': '//-', 'leftAlt': '//' },
|
||||
\ 'puppet': { 'left': '#' },
|
||||
\ 'pyrex': { 'left': '# ', 'leftAlt': '#' },
|
||||
\ 'python': { 'left': '# ', 'leftAlt': '#' },
|
||||
|
||||
Reference in New Issue
Block a user