in reply to See if it exists before I reinvent it

Already produced diff, you mean a patch file?

https://metacpan.org/search?q=syntax+highlight+diff

Text::Highlight has no .diff/.patch support , but these say they do

Syntax::Highlight::Universal

Syntax::Highlight::Engine::Kate::Diff

this one I know does :) Text::VimColor - Syntax highlight text using Vim

  • Comment on Re: See if it exists before I reinvent it (.patch .diff syntax highlighter)

Replies are listed 'Best First'.
Re^2: See if it exists before I reinvent it (.patch .diff syntax highlighter)
by mpersico (Monk) on Aug 30, 2012 at 19:51 UTC
    Yes, I have a unified diff comming out of svn and I want to convert that to html. All of the modules I saw would have been perfect IF they let me plug in my own diff command. But they were all set up to actually do the diff themselves. Ill check the Syntax::Highlight* modules. Thanks.