feat(colors): git config highlighting
This commit is contained in:
parent
6ef4dabd8c
commit
53e144e6d2
|
@ -665,6 +665,8 @@ local highlight_groups = {
|
||||||
--[[ 4.3.34. Git ]]
|
--[[ 4.3.34. Git ]]
|
||||||
gitcommitOverFlow = 'Error',
|
gitcommitOverFlow = 'Error',
|
||||||
gitcommitSummary = 'Title',
|
gitcommitSummary = 'Title',
|
||||||
|
gitconfigAssignment = 'String',
|
||||||
|
gitconfigNone = 'Oprator',
|
||||||
gitrebaseBreak = 'Keyword',
|
gitrebaseBreak = 'Keyword',
|
||||||
gitrebaseCommit = 'Tag',
|
gitrebaseCommit = 'Tag',
|
||||||
gitrebaseDrop = 'Exception',
|
gitrebaseDrop = 'Exception',
|
||||||
|
|
Loading…
Reference in New Issue