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