2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-14 17:21:29 +02:00
bash-color-grc/conf.diff
Radovan Garabík 56be92284d initial commit
2015-01-25 18:36:02 +01:00

25 lines
414 B
Diff

# 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=^@@ .* @@$
colours=magenta
count=more