From: William Morgan Date: 2005-02-22T22:28:11+09:00 Subject: Re: multi-language code -> html w/syntax highlighting--start me out Excerpts from rpardee@gmail.com's mail of 21 Feb 2005 (EST): > I'd like to write a ruby script that would use my UltraEdit config > info & take an input program file & spit out a corresponding .html > file w/the code all nicely highlighted, using the same color schemes > I'm using in UE. > > What ruby libraries should I be looking to use for this type of thing? I don't think you necessarily need any libraries. "puts" and some regular expressions are probably enough. -- William