From ce414bf62264c23e4baa1d67cfb7ef819abfce73 Mon Sep 17 00:00:00 2001 From: Hsiaoyi Hsu Date: Tue, 31 May 2016 22:30:37 +0800 Subject: [PATCH] Add filetype pug. Jade has been renamed to pug. --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 3c854e7..985a27f 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -329,6 +329,7 @@ let s:delimiterMap = { \ 'ps1': { 'left': '#' }, \ 'psf': { 'left': '#' }, \ 'ptcap': { 'left': '#' }, + \ 'pug': { 'left': '//-', 'leftAlt': '//' }, \ 'puppet': { 'left': '#' }, \ 'pyrex': { 'left': '# ', 'leftAlt': '#' }, \ 'python': { 'left': '# ', 'leftAlt': '#' },