forked from textmate/diff.tmbundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
18 lines (15 loc) · 827 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description:
This bundle contains a highlighting for diff files
(also called patches) created with diff,
subversion or whatever.
It should colorize the normal, context and unified diff
format, as well as some subversion extras.
It is created after what I found on the attached URL and
what 'svn diff' produces.
It also contains two Diff commands. One simple one (by Torsten) takes two selected files and edits the .diff in TM. The second take diff output and hyperlinks it so you can jump to the appropriate file and line. - Eric Hsu <[email protected]>
Links:
- http://www.gnu.org/software/diffutils/manual/html_node/Output-Formats.html
-- where the diff syntax specs are from
Authors:
Torsten Becker <[email protected]>
Eric Hsu <[email protected]>