From: Keith Fahlgren Date: 2005-12-06T03:13:33+09:00 Subject: Re: Colorized Ruby Source Listings/Printing On Monday 05 December 2005 12:47 pm, Neil Stevens wrote: > > So I query multitude: what tools do you use to print out your Ruby > > code? > > Vim can output highlighted text as html, which you could then print. > �It ships with support for highlighting ruby, and the colors and > styles it uses for highlighting are fully configurable. > > http://www.vim.org/ Because it took me a while to figure out what Neil was saying, here's a pointer in the right direction for the rest of us: http://www.vim.org/scripts/script.php?script_id=330 (note that you can use the old 2html.vim if you don't want to install anything). PS: Thanks Neil, this is great! HTH, Keith