Added syntax for comments in Ruby.

This commit is contained in:
Pan Thomakos 2011-05-26 11:52:36 -07:00
parent 5a9371437f
commit 1b78f253c2

View File

@ -305,6 +305,7 @@ let s:delimiterMap = {
\ 'rgb': { 'left': '!' },
\ 'rib': { 'left': '#' },
\ 'robots': { 'left': '#' },
\ 'ruby': { 'left': '#' },
\ 'sa': { 'left': '--' },
\ 'samba': { 'left': ';', 'leftAlt': '#' },
\ 'sass': { 'left': '//', 'leftAlt': '/*' },