feat(colors): highlight commit message overflow

This commit is contained in:
Iron-E 2020-12-11 02:35:22 -05:00
parent 9f52a37aed
commit 6b0e85b874
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 5 additions and 4 deletions

View File

@ -659,6 +659,8 @@ local highlight_groups = {
yamlKey = 'Label', yamlKey = 'Label',
--[[ 4.3.34. Git ]] --[[ 4.3.34. Git ]]
gitcommitOverFlow = 'Error',
gitcommitSummary = 'Title',
gitrebaseBreak = 'Keyword', gitrebaseBreak = 'Keyword',
gitrebaseCommit = 'Tag', gitrebaseCommit = 'Tag',
gitrebaseDrop = 'Exception', gitrebaseDrop = 'Exception',
@ -671,7 +673,6 @@ local highlight_groups = {
gitrebaseReword = 'gitrebasePick', gitrebaseReword = 'gitrebasePick',
gitrebaseSquash = 'Macro', gitrebaseSquash = 'Macro',
gitrebaseSummary = 'Title', gitrebaseSummary = 'Title',
gitcommitSummary = 'Title',
--[[ 4.3.35. Vimtex ]] --[[ 4.3.35. Vimtex ]]
texMathRegion = 'Number', texMathRegion = 'Number',