diff.syntax 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. # Highlighting for various diffs including those generated by CVS
  2. context default yellow
  3. keyword linestart @@*@@ cyan
  4. keyword linestart Index:\s brown
  5. keyword linestart \s black white
  6. keyword linestart \*\*\*\*\*\*\*\*\*\*\*\*\*\*\* cyan
  7. keyword linestart \*\*\**\*\*\*\* cyan
  8. keyword linestart ---*---- cyan
  9. context exclusive linestart @@*@@ \n brightcyan
  10. context exclusive linestart Index:\s \n black white
  11. context exclusive linestart \s \n lightgray
  12. context exclusive linestart \t \n lightgray
  13. context linestart diff \n white red
  14. context linestart ---\s \n brightmagenta
  15. context linestart \+\+\+\s \n brightmagenta
  16. context linestart \*\*\*\s \n brightmagenta
  17. context linestart === \n brown
  18. context linestart \+ \n brightgreen
  19. context linestart > \n brightgreen
  20. context linestart - \n brightred
  21. context linestart < \n brightred
  22. context linestart ! \n yellow
  23. context linestart ? \n brown
  24. context linestart RCS\s \n brown
  25. context linestart retrieving\s \n brown
  26. context linestart Only\s \n yellow black
  27. context linestart Common\s \n yellow black
  28. context linestart File\s \n yellow black
  29. context linestart Files\s \n yellow black
  30. context linestart Binary\s \n yellow black
  31. context linestart # \n brightcyan