mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 10:43:48 -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': '#' },
|
\ 'ps1': { 'left': '#' },
|
||||||
\ 'psf': { 'left': '#' },
|
\ 'psf': { 'left': '#' },
|
||||||
\ 'ptcap': { 'left': '#' },
|
\ 'ptcap': { 'left': '#' },
|
||||||
|
\ 'pug': { 'left': '//-', 'leftAlt': '//' },
|
||||||
\ 'puppet': { 'left': '#' },
|
\ 'puppet': { 'left': '#' },
|
||||||
\ 'pyrex': { 'left': '# ', 'leftAlt': '#' },
|
\ 'pyrex': { 'left': '# ', 'leftAlt': '#' },
|
||||||
\ 'python': { 'left': '# ', 'leftAlt': '#' },
|
\ 'python': { 'left': '# ', 'leftAlt': '#' },
|
||||||
|
|||||||
Reference in New Issue
Block a user