Sven Groot wrote:I personally prefer this one: http://manoli.net/csharpformat/
It may not be most feature-rich one out there, but it does what I need, and generates very clean markup.
Well, if it's only C# we're talking here then a shameless plug is in order ![]()
I wrote an article on how to use a real compiler's scanner and parser to colorize C# source code. This is way more powerful and precise than a bunch of regexps, but don't take my word for it and head over to Coding Horror weblog for a discussion on the topic.