12-08-2021
This commit is contained in:
14
.nano/patch.nanorc
Normal file
14
.nano/patch.nanorc
Normal file
@@ -0,0 +1,14 @@
|
||||
## Here is an example for patch files.
|
||||
##
|
||||
syntax "Patch" "\.(patch|diff)$"
|
||||
magic "diff output"
|
||||
# You can't add comments in patch files.
|
||||
comment ""
|
||||
|
||||
color brightgreen "^\+.*"
|
||||
color green "^\+\+\+.*"
|
||||
color brightblue "^ .*"
|
||||
color brightred "^-.*"
|
||||
color red "^---.*"
|
||||
color brightyellow "^@@.*"
|
||||
color magenta "^diff.*"
|
||||
Reference in New Issue
Block a user