mirror of
https://github.com/scopatz/nanorc
synced 2024-11-27 20:35:53 +01:00
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
## Here is an example for patch files.
|
|
##
|
|
syntax "Patch" "\.(patch|diff)$"
|
|
color green "^\+.*"
|
|
color green "^\+\+\+.*"
|
|
color blue "^ .*"
|
|
color red "^-.*"
|
|
color red "^---.*"
|
|
color yellow "^@@.*"
|
|
color magenta "^diff.*"
|