Skip to content

Commit

Permalink
Added support for CoffeeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
DSIW committed Jun 18, 2012
1 parent cb242a9 commit 7b78a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/NERD_commenter.vim
Expand Up @@ -112,6 +112,7 @@ let s:delimiterMap = {
\ 'clipper': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'clojure': { 'left': ';' },
\ 'cmake': { 'left': '#' },
\ 'coffee': { 'left': '#' },
\ 'conkyrc': { 'left': '#' },
\ 'cpp': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'crontab': { 'left': '#' },
Expand Down

0 comments on commit 7b78a83

Please sign in to comment.