diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 725d014..2a5c9a5 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -126,6 +126,7 @@ let s:delimiterMap = { \ 'csp': { 'left': '--' }, \ 'cterm': { 'left': '*' }, \ 'cucumber': { 'left': '#' }, + \ 'cython': { 'left': '# ', 'leftAlt': '#' }, \ 'cvs': { 'left': 'CVS:' }, \ 'd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'dcl': { 'left': '$!' }, @@ -323,6 +324,7 @@ let s:delimiterMap = { \ 'psf': { 'left': '#' }, \ 'ptcap': { 'left': '#' }, \ 'puppet': { 'left': '#' }, + \ 'pyrex': { 'left': '# ', 'leftAlt': '#' }, \ 'python': { 'left': '# ', 'leftAlt': '#' }, \ 'racket': { 'left': ';', 'leftAlt': '#|', 'rightAlt': '|#' }, \ 'radiance': { 'left': '#' },