Skip to content

Commit

Permalink
Merge pull request #67 from sbl/master
Browse files Browse the repository at this point in the history
add support for the supercollider language
  • Loading branch information
scrooloose committed Jun 19, 2012
2 parents d64d909 + e2e786c commit 7d49ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/NERD_commenter.vim
Expand Up @@ -354,6 +354,7 @@ let s:delimiterMap = {
\ 'squid': { 'left': '#' },
\ 'st': { 'left': '"' },
\ 'stp': { 'left': '--' },
\ 'supercollider': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'systemverilog': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'tads': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'tags': { 'left': ';' },
Expand Down

0 comments on commit 7d49ac0

Please sign in to comment.