diff --git a/rc/git.kak b/rc/git.kak index 0444cdd7..bd17f350 100644 --- a/rc/git.kak +++ b/rc/git.kak @@ -4,7 +4,7 @@ hook global BufCreate .*COMMIT_EDITMSG %{ hook global WinSetOption filetype=git-commit %{ addhl group git-commit-highlight - addhl -group git-commit-highlight regex "#[^\n]*\n" 0:cyan,default + addhl -group git-commit-highlight regex "^\h*#[^\n]*\n" 0:cyan,default addhl -group git-commit-highlight regex "\<(?:(modified)|(deleted)|(new file)|(renamed)):([^\n]*)\n" 1:yellow 2:red 3:green 4:blue 5:magenta }