I have a problem with Gedit and it's way of highlighting new Ruby syntax. In Ruby 1.9.x, we can write Hash this way:
{ class: 'class_name', id: 'uniq_id' }
instead of
{ :class => 'class_name', :id => 'uniq_id' }
In new syntax, Gedit highlights class: as keyword instead of symbol.
Is there any solution to make Gedit highlight Ruby syntax the correct way?
