This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / svn.nanorc
1 syntax "svn-commit" "svn-commit(\.[[:digit:]]+)?\.tmp$"
2
3 # commit message
4 color yellow ".*"
5
6 # ignore after line EDITOR_EOF_PREFIX (see svn/util.c)
7 color brightblack "^--.+--$"
8
9 # files changes
10 color white       "^[ADM_](M|[[:space:]])[[:space:]](\+|[[:space:]])[[:space:]].*"
11 color red         "^D[[:space:]]{4}"
12 color green       "^[M_](M|[[:space:]])[[:space:]]{3}"
13 color brightgreen "^A(M|[[:space:]])[[:space:]]{3}"
14 color brightblue  "^A(M|[[:space:]])[[:space:]]\+[[:space:]]"