Added Cyg-Win
This commit is contained in:
parent
82cbc206eb
commit
413c315806
10586 changed files with 3806249 additions and 0 deletions
26
Agent-Windows/OGP64/usr/share/nano/patch.nanorc
Normal file
26
Agent-Windows/OGP64/usr/share/nano/patch.nanorc
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
## Syntax highlighting for patch and diff files.
|
||||
|
||||
syntax patch "\.(patch|diff|debdiff)$" "COMMIT_EDITMSG$"
|
||||
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="^$"
|
||||
Loading…
Add table
Add a link
Reference in a new issue