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.
This commit is contained in:
Iron-E 2020-12-30 01:58:42 -05:00
parent 529bbd83cf
commit a057eda509
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 2 additions and 0 deletions

View File

@ -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',