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:
parent
529bbd83cf
commit
a057eda509
|
@ -664,7 +664,9 @@ local highlight_groups = {
|
||||||
yamlKey = 'Label',
|
yamlKey = 'Label',
|
||||||
|
|
||||||
--[[ 4.3.34. Git ]]
|
--[[ 4.3.34. Git ]]
|
||||||
|
gitcommitHeader = 'SpecialComment',
|
||||||
gitcommitOverFlow = 'Error',
|
gitcommitOverFlow = 'Error',
|
||||||
|
gitcommitSelectedFile = 'Directory',
|
||||||
gitcommitSummary = 'Title',
|
gitcommitSummary = 'Title',
|
||||||
gitconfigAssignment = 'String',
|
gitconfigAssignment = 'String',
|
||||||
gitconfigEscape = 'SpecialChar',
|
gitconfigEscape = 'SpecialChar',
|
||||||
|
|
Loading…
Reference in New Issue