This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax "gitcommit" "COMMIT_EDITMSG$" | |
color cyan "#.*" | |
color brightgreen "# On branch .*" | |
color cyan "# On branch" | |
color green "#.(new file|modified|deleted).*" | |
color yellow start="# Changes.*" end="# Changed.*" | |
color red start="# Untracked.*" end="diff" | |
color red start="# Untracked.*" end="$$" | |
color brightred "^deleted file mode .*" | |
color brightgreen "^new file mode .*" |