This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / patch.nanorc
1 ## Here is an example for patch files.
2 ##
3 syntax "Patch" "\.(patch|diff)$"
4 magic "diff output"
5 # You can't add comments in patch files.
6 comment ""
7
8 color brightgreen "^\+.*"
9 color green "^\+\+\+.*"
10 color brightblue "^ .*"
11 color brightred "^-.*"
12 color red "^---.*"
13 color brightyellow "^@@.*"
14 color magenta "^diff.*"