D7net
Home
Console
Upload
information
Create file
Create Folder
About
Tools
Logout
Path :
/
usr
/
share
/
java
/
..
/
java
/
..
/
python3
/
..
/
java
/
..
/
java
/
..
/
java
/
..
/
python3
/
..
/
info
/
..
/
nano
/
Filename :
patch.nanorc
back
Edit
Copy
## Syntax highlighting for patch and diff 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="^$"