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.
source share