Merge branch '2888_cleanup'
[midnight-commander.git] / misc / syntax / diff.syntax
blobb0aaee6e286d0e8ef3c1eec19ff13a7eedc8ead8
1 # Highlighting for various diffs including those generated by CVS
3 context default yellow
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 exclusive linestart \s \n lightgray
13 context exclusive linestart \t \n lightgray
14 context linestart diff \n white red
15 context linestart ---\s \n brightmagenta
16 context linestart \+\+\+\s \n brightmagenta
17 context linestart \*\*\*\s \n brightmagenta
18 context linestart === \n brown
19 context linestart \+ \n brightgreen
20 context linestart > \n brightgreen
21 context linestart - \n brightred
22 context linestart < \n brightred
23 context linestart ! \n yellow
24 context linestart ? \n brown
25 context linestart RCS\s \n brown
26 context linestart retrieving\s \n brown
27 context linestart Only\s \n yellow black
28 context linestart Common\s \n yellow black
29 context linestart File\s \n yellow black
30 context linestart Files\s \n yellow black
31 context linestart Binary\s \n yellow black
32 context linestart # \n brightcyan