Actualizacion maquina principal
[dotfiles/.git] / .nano / svn.nanorc
diff --git a/.nano/svn.nanorc b/.nano/svn.nanorc
new file mode 100644 (file)
index 0000000..c2f89ab
--- /dev/null
@@ -0,0 +1,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:]]"