Reputation: 9945
I want to be able to get colours for Ruby (or C# or F#) in the shells.
wirble does it nicely with IRB, but I want to be able to do:
> cat rakefile.rb | colorize
Does somebody know how I could do this? I know that github's language parsers are OSS - could they be used to read lines one by one and colourise them?
Upvotes: 2
Views: 154