File: patch.nanorc

package info (click to toggle)
nano 2.0.2-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 5,304 kB
  • ctags: 1,001
  • sloc: ansic: 14,200; sh: 4,101; makefile: 198; sed: 16
file content (10 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
## Here is an example for patch files.
##
syntax "patch" "\.(patch|diff)$"
color brightgreen "^\+.*"
color green "^\+\+\+.*"
color brightblue "^ .*"
color brightred "^-.*"
color red "^---.*"
color brightyellow "^@@.*"
color magenta "^diff.*"