Is there any free software that will run on Windows 7 to show syntax highlighting for *.diff files generated from comparing files? I don't want to compare files, just view the highlighted output from software which has already compared two files.
5 Answers
As always: VIM:
Notepad++ can open any text file and has a variety of syntax highlighting including diff files
1Free Options for diff viewing/editing/merging:
Wikipedia's recommendations: Comparison_of_file_comparison_tools
**Support Syntax Highlighting*
4FreeDiff might meet your needs, but without know what exactly you are trying to do besides read it, its hard to say for sure.
1If you want to do syntax highlighting, then its a case of: What is in the files, in order that it be highlighted? For example, C source files are parsed differently to XML files.
Perhaps (shudder) emacs would suit?
1