diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index bea0bae..4421ad6 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -304,6 +304,7 @@ let s:delimiterMap = { \ 'ptcap': { 'left': '#' }, \ 'puppet': { 'left': '#' }, \ 'python': { 'left': '#' }, + \ 'racket': { 'left': ';' }, \ 'radiance': { 'left': '#' }, \ 'ratpoison': { 'left': '#' }, \ 'r': { 'left': '#' },