diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 982b140..54695ca 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -300,6 +300,7 @@ let s:delimiterMap = { \ 'sass': { 'left': '//', 'leftAlt': '/*' }, \ 'sather': { 'left': '--' }, \ 'scala': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, + \ 'scheme': { 'left': ';', 'leftAlt': '#|', 'rightAlt': '|#' }, \ 'scilab': { 'left': '//' }, \ 'scsh': { 'left': ';' }, \ 'sed': { 'left': '#' },