mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +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
|