On Oct 6, 2004, at 11:34 PM, Justin French wrote:
Languages:
The syntax coloring for Ruby could use a bit more love:
Instance variables (@foo) and class variables (@@foo) would be nice to have in a different color.
There's no support for %q|...|, %Q|...|, %Q{...}, etc. type strings, nor %r{...} type regexps. (Perhaps because they're difficult, if not impossible, to specify in a regexp without recursive support.)
There's no support for 'here-document' strings. -- (-, /\ / / //