mirror of
https://github.com/scopatz/nanorc
synced 2024-11-01 07:10:00 +01:00
15 lines
483 B
Plaintext
15 lines
483 B
Plaintext
|
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:]]"
|