feat(colors): highlight commit message overflow
This commit is contained in:
parent
9f52a37aed
commit
6b0e85b874
|
@ -659,6 +659,8 @@ local highlight_groups = {
|
|||
yamlKey = 'Label',
|
||||
|
||||
--[[ 4.3.34. Git ]]
|
||||
gitcommitOverFlow = 'Error',
|
||||
gitcommitSummary = 'Title',
|
||||
gitrebaseBreak = 'Keyword',
|
||||
gitrebaseCommit = 'Tag',
|
||||
gitrebaseDrop = 'Exception',
|
||||
|
@ -671,7 +673,6 @@ local highlight_groups = {
|
|||
gitrebaseReword = 'gitrebasePick',
|
||||
gitrebaseSquash = 'Macro',
|
||||
gitrebaseSummary = 'Title',
|
||||
gitcommitSummary = 'Title',
|
||||
|
||||
--[[ 4.3.35. Vimtex ]]
|
||||
texMathRegion = 'Number',
|
||||
|
|
Loading…
Reference in New Issue