Is there any free *.diff file viewer? [closed]

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.

8

5 Answers

As always: VIM:

viewing a diff file

viewing 2 files in diff mode

9

Notepad++ can open any text file and has a variety of syntax highlighting including diff files

1

Free Options for diff viewing/editing/merging:

Wikipedia's recommendations: Comparison_of_file_comparison_tools

**Support Syntax Highlighting*

4

FreeDiff might meet your needs, but without know what exactly you are trying to do besides read it, its hard to say for sure.

1

If 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

You Might Also Like