Vim syntax highlighting for ruby 1.9

Posted by Peter on Stack Overflow See other posts from Stack Overflow or by Peter
Published on 2010-04-02T01:40:23Z Indexed on 2010/04/02 1:43 UTC
Read the original article Hit count: 284

Filed under:
|

Ruby 1.9 has a few new syntax elements, such as the {key: value} hash literal syntax. Has anyone written or seen an updated syntax/ruby.vim highlighting file that will highlight key: just like it highlights :key in {:key => value}?

© Stack Overflow or respective owner

Related posts about vim

Related posts about ruby