mirror of
https://github.com/garabik/grc.git
synced 2024-11-10 21:26:52 +01:00
25 lines
414 B
Diff
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
|