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