2
0
mirror of https://github.com/garabik/grc.git synced 2024-11-10 21:26:52 +01:00
bash-color-grc/conf.diff

25 lines
411 B
Diff
Raw Normal View History

2015-01-25 18:36:02 +01:00
# new lines and filenames (unified diff)
regexp=^\+(.*$)
colours=bold green
count=more
=======
# removed lines and filenames (unified diff)
regexp=^\-(--.+$|[^\-].*$|$)
colours=bold red
count=more
========
# new lines
regexp=^\>([^\>].*|$)
colours=bold green
count=more
=======
# removed lines
regexp=^\<([^\<].*|$)
colours=bold red
count=more
=======
# lines affected
regexp=^@@ .* @@$
2016-05-14 08:12:42 +02:00
colours=cyan
2015-01-25 18:36:02 +01:00
count=more