From a057eda50925be8d86d90e3463b850a582134853 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Wed, 30 Dec 2020 01:58:42 -0500 Subject: [PATCH] feat(config): add gitcommit highlight defaults There are some more changes which should be made in order to maintain consistency across environments. Directory is now used for file names, and SpecialComment is used for the headers. --- colors/highlite.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colors/highlite.vim b/colors/highlite.vim index 20de3e4..6160da7 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -664,7 +664,9 @@ local highlight_groups = { yamlKey = 'Label', --[[ 4.3.34. Git ]] + gitcommitHeader = 'SpecialComment', gitcommitOverFlow = 'Error', + gitcommitSelectedFile = 'Directory', gitcommitSummary = 'Title', gitconfigAssignment = 'String', gitconfigEscape = 'SpecialChar',