From: Paul Brannan Date: 2004-02-12T22:31:25+09:00 Subject: Re: XML/HTML display code for Ruby On Thu, Feb 12, 2004 at 10:14:57PM +0900, Simon Strandgaard wrote: > If you have VIM you can convert your ruby file to html. > vim -f +"syn on" +"run! syntax/2html.vim" +"wq" +"q" filename.rb > And it produces a 'filename.rb.html' file as output. Seems like it would be easier to use code2html: http://www.palfrader.org/code2html/ Paul