diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index f33634d..595ae5a 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -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': '*/' },