Add filetype pug. Jade has been renamed to pug.

This commit is contained in:
Hsiaoyi Hsu 2016-05-31 22:30:37 +08:00
parent dde288a9cc
commit ce414bf622

View File

@ -329,6 +329,7 @@ let s:delimiterMap = {
\ 'ps1': { 'left': '#' },
\ 'psf': { 'left': '#' },
\ 'ptcap': { 'left': '#' },
\ 'pug': { 'left': '//-', 'leftAlt': '//' },
\ 'puppet': { 'left': '#' },
\ 'pyrex': { 'left': '# ', 'leftAlt': '#' },
\ 'python': { 'left': '# ', 'leftAlt': '#' },