From 4c03b5ac3f08931e7148ac2961de0fb9c4e67f8e Mon Sep 17 00:00:00 2001 From: Chris Miller Date: Wed, 3 Oct 2012 14:39:32 -0600 Subject: [PATCH] Added SCons (Python DSL). --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index e062bc2..4efd0c1 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -318,6 +318,7 @@ let s:delimiterMap = { \ 'sass': { 'left': '//', 'leftAlt': '/*' }, \ 'sather': { 'left': '--' }, \ 'scala': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, + \ 'scons': { 'left': '#' }, \ 'scheme': { 'left': ';', 'leftAlt': '#|', 'rightAlt': '|#' }, \ 'scilab': { 'left': '//' }, \ 'scsh': { 'left': ';' },