Ruby syntax highlighting for Netbeans for Ruby 1.9?

I get some minor but annoying error warnings in Netbeans using the Ruby 1.9 hash syntax. Example

%meta{charset: "UTF-8"} 

This and all subsequent lines will be underlined.

Is there an easy way to update Ruby Netbeans syntax highlighting? I know that newer versions of Netbeans no longer support Ruby, but Netbeans 6.9 still does it just fine - it just has minor troubles like this.

+4
source share
1 answer

It looks like Hamle, not Ruby. You should check out Faq Ruby HAML Support on the Netbeans Wiki.

0
source

All Articles