From 1b78f253c2c7b8f30e026bd613fc72d69c22bce6 Mon Sep 17 00:00:00 2001 From: Pan Thomakos Date: Thu, 26 May 2011 11:52:36 -0700 Subject: [PATCH] Added syntax for comments in Ruby. --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) 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': '/*' },