12-08-2021

This commit is contained in:
2021-08-12 11:11:33 +02:00
parent d463f218aa
commit 2110099897
132 changed files with 4558 additions and 8 deletions

14
.nano/patch.nanorc Normal file
View 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.*"