mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-12 07:52:40 +01:00
patch highlighting
This commit is contained in:
12
mutt/mutt-patch-highlighting.muttrc
Normal file
12
mutt/mutt-patch-highlighting.muttrc
Normal file
@@ -0,0 +1,12 @@
|
||||
# Patch syntax highlighting
|
||||
color normal white default
|
||||
color body brightwhite default ^[[:space:]].*
|
||||
color body brightwhite default ^(diff).*
|
||||
color body white default ^[\-\-\-].*
|
||||
color body white default ^[\+\+\+].*
|
||||
color body green default ^[\+].*
|
||||
color body red default ^[\-].*
|
||||
color body brightblue default [@@].*
|
||||
color body brightwhite default ^(\s).*
|
||||
color body brightwhite default ^(Signed-off-by).*
|
||||
color body brightwhite default ^(Cc)
|
||||
Reference in New Issue
Block a user