diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b47f7ef..2d5fc81 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -349,6 +349,7 @@ let s:delimiterMap = { \ 'squid': { 'left': '#' }, \ 'st': { 'left': '"' }, \ 'stp': { 'left': '--' }, + \ 'supercollider': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'systemverilog': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'tads': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'tags': { 'left': ';' },