1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-24 16:15:38 +03:00

Highlight diff in git-commit too

This commit is contained in:
Martin Chaine 2016-09-07 13:50:21 +02:00
parent c63c92cbf7
commit 6faed96b68

View File

@ -8,6 +8,7 @@ hook global WinSetOption filetype=git-commit %{
addhl -group git-commit-highlight regex "\`[^\n]*\n\h*(?!#)([^\n]*)\n?" 1:default,red
addhl -group git-commit-highlight regex "^\h*#[^\n]*\n" 0:cyan,default
addhl -group git-commit-highlight regex "\b(?:(modified)|(deleted)|(new file)|(renamed)):([^\n]*)\n" 1:yellow 2:red 3:green 4:blue 5:magenta
addhl -group git-commit-highlight ref diff # highlight potential diffs from the -v option
}
hook global WinSetOption filetype=(?!git-commit).* %{