Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/thread-self/root/usr/share/nano/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/usr/share/nano/patch.nanorc

## Here is an example for patch files.

syntax patch "\.(patch|diff|debdiff)$"
magic "diff output"
# There is no official support for comments in patch files.
comment ""

# Added lines.
color brightgreen "^\+.*"
# Show trailing whitespace only on added lines.
color ,green "[[:space:]]+$"
# Context lines.
color brightblue "^ .*"
# Deleted lines.
color brightred "^-.*"

# Header lines.
color magenta "^(Index:|diff)[[:blank:]].*"
# File names and dates.
color red "^---.*"
color green "^\+\+\+.*"
# Line numbers.
color brightyellow "^@@.*"

# Statistics.
color cyan start="^---$" end="^$"

Hacked By AnonymousFox1.0, Coded By AnonymousFox