some coherence with the english version manual adjusted...
[midnight-commander.git] / syntax / diff.syntax
blob3df800615f3103a1811589473d619f4ea75cabdc
1 # Highlighting for various diffs including those generated by CVS
2 # Comments to Pavel Roskin <pavel_roskin@geocities.com>
3 context default
4     keyword linestart @@*@@ cyan
5     keyword linestart Index:\s brown
6     keyword linestart \s black white
7     keyword linestart \*\*\*\*\*\*\*\*\*\*\*\*\*\*\* cyan
8     keyword linestart \*\*\**\*\*\*\* cyan
9     keyword linestart ---*---- cyan
10 context exclusive linestart @@*@@ \n brightcyan
11 context exclusive linestart Index:\s \n black white
12 context linestart diff \n white red
13 context linestart --- \n brightmagenta
14 context linestart \+\+\+ \n brightmagenta
15 context linestart \*\*\* \n brightmagenta
16 context linestart === \n brown
17 context linestart \+ \n brightgreen
18 context linestart > \n brightgreen
19 context linestart - \n brightred
20 context linestart < \n brightred
21 context linestart ! \n yellow
22 context linestart ? \n brown
23 context linestart RCS\s \n brown
24 context linestart retrieving\s \n brown
25 context linestart Only\s \n yellow black
26 context linestart Common\s \n yellow black
27 context linestart File\s \n yellow black
28 context linestart Files\s \n yellow black
29 context linestart Binary\s \n yellow black