added gitcommit rc, thanks @mikofski

This commit is contained in:
Anthony Scopatz 2013-03-28 10:03:25 -05:00
parent f8e1998e27
commit 9434b5d98e
1 changed files with 14 additions and 0 deletions

14
gitcommit.nanorc Normal file
View File

@ -0,0 +1,14 @@
syntax "gitcommit" "COMMIT_EDITMSG$"
color white "#.*"
color green "#.(modified|deleted).*"
color yellow start="# Changes.*" end="# Changed.*"
color cyan start="# Untracked.*" end="diff"
color cyan start="# Untracked.*" end="$$"
color brightred "^deleted file mode .*"
color brightgreen "^\+.*"
color brightred "^-.*"
color brightyellow "^(diff|index|---|\+\+\+).*"
color brightmagenta "@@.*@@"
color white "# (Change[ds]|Untracked) .*"
color white "#.*\(use .*"
color white "^#"