From 53e144e6d244fc56d10243e226c68b431bc57502 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Sun, 13 Dec 2020 17:42:57 -0500 Subject: [PATCH] feat(colors): git config highlighting --- colors/highlite.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colors/highlite.vim b/colors/highlite.vim index f36b551..4c4b887 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -665,6 +665,8 @@ local highlight_groups = { --[[ 4.3.34. Git ]] gitcommitOverFlow = 'Error', gitcommitSummary = 'Title', + gitconfigAssignment = 'String', + gitconfigNone = 'Oprator', gitrebaseBreak = 'Keyword', gitrebaseCommit = 'Tag', gitrebaseDrop = 'Exception',