From 27b0ebe8d6754efe4211fb2eecb6c7e8864d0bac Mon Sep 17 00:00:00 2001 From: rshhh Date: Tue, 22 Mar 2011 01:33:46 +0900 Subject: [PATCH] Add nginx script support --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 4102e38..00472bc 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -248,6 +248,7 @@ let s:delimiterMap = { \ 'natural': { 'left': '/*' }, \ 'ncf': { 'left': ';' }, \ 'newlisp': { 'left': ';' }, + \ 'nginx': { 'left': '#' }, \ 'nroff': { 'left': '\"' }, \ 'nsis': { 'left': '#' }, \ 'ntp': { 'left': '#' },