Skip to content

Commit

Permalink
Update plugin/NERD_commenter.vim
Browse files Browse the repository at this point in the history
Add comment delimiters for ConTeXt (the alternative delimiters are for Lua code).
  • Loading branch information
sietse committed Nov 5, 2012
1 parent f6137c7 commit 362f670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/NERD_commenter.vim
Expand Up @@ -114,6 +114,7 @@ let s:delimiterMap = {
\ 'cmake': { 'left': '#' },
\ 'coffee': { 'left': '#' },
\ 'conkyrc': { 'left': '#' },
\ 'context': { 'left': '%', 'leftAlt': '--' },
\ 'cpp': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'crontab': { 'left': '#' },
\ 'cs': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
Expand Down

0 comments on commit 362f670

Please sign in to comment.