summaryrefslogtreecommitdiff
path: root/.config/nano/svn.nanorc
blob: c2f89abe53e111de8c539cc027972c9e4c24b093 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
syntax "svn-commit" "svn-commit(\.[[:digit:]]+)?\.tmp$"

# commit message
color yellow ".*"

# ignore after line EDITOR_EOF_PREFIX (see svn/util.c)
color brightblack "^--.+--$"

# files changes
color white       "^[ADM_](M|[[:space:]])[[:space:]](\+|[[:space:]])[[:space:]].*"
color red         "^D[[:space:]]{4}"
color green       "^[M_](M|[[:space:]])[[:space:]]{3}"
color brightgreen "^A(M|[[:space:]])[[:space:]]{3}"
color brightblue  "^A(M|[[:space:]])[[:space:]]\+[[:space:]]"