nanorc/svn.nanorc
2018-08-09 10:09:19 +02:00

15 lines
465 B
Plaintext

syntax "svn-commit" "svn-commit(\.[[:digit:]]+)?\.tmp$"
# commit message
color yellow ".*"
# ignore after line EDITOR_EOF_PREFIX (see svn/util.c)
color black "^--.+--$"
# files changes
color white "^[ADM_](M|[[:space:]])[[:space:]](\+|[[:space:]])[[:space:]].*"
color red "^D[[:space:]]{4}"
color green "^[M_](M|[[:space:]])[[:space:]]{3}"
color green "^A(M|[[:space:]])[[:space:]]{3}"
color blue "^A(M|[[:space:]])[[:space:]]\+[[:space:]]"