diff.syntax 1.2 KB

1234567891011121314151617181920212223242526272829
  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/16
  5. keyword linestart Index:\s brown/12
  6. keyword linestart \s black/0 white/26
  7. keyword linestart \*\*\*\*\*\*\*\*\*\*\*\*\*\*\* cyan/16
  8. keyword linestart \*\*\**\*\*\*\* cyan/16
  9. keyword linestart ---*---- cyan/16
  10. context exclusive linestart @@*@@ \n brightcyan/8
  11. context exclusive linestart Index:\s \n black/0 white/26
  12. context linestart diff \n white/26 red/9
  13. context linestart --- \n brightmagenta/20
  14. context linestart \+\+\+ \n brightmagenta/20
  15. context linestart \*\*\* \n brightmagenta/20
  16. context linestart === \n brown/12
  17. context linestart \+ \n brightgreen/6
  18. context linestart > \n brightgreen/6
  19. context linestart - \n brightred/18
  20. context linestart < \n brightred/18
  21. context linestart ! \n yellow/24
  22. context linestart ? \n brown/12
  23. context linestart RCS\s \n brown/12
  24. context linestart retrieving\s \n brown/12
  25. context linestart Only\s \n yellow/24 black/0
  26. context linestart Common\s \n yellow/24 black/0
  27. context linestart File\s \n yellow/24 black/0
  28. context linestart Files\s \n yellow/24 black/0
  29. context linestart Binary\s \n yellow/24 black/0