mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
13 lines
947 B
Plaintext
13 lines
947 B
Plaintext
# 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)
|