diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 51ec3e0..bb99006 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -305,6 +305,7 @@ let s:delimiterMap = { \ 'rgb': { 'left': '!' }, \ 'rib': { 'left': '#' }, \ 'robots': { 'left': '#' }, + \ 'ruby': { 'left': '#' }, \ 'sa': { 'left': '--' }, \ 'samba': { 'left': ';', 'leftAlt': '#' }, \ 'sass': { 'left': '//', 'leftAlt': '/*' },