ref(colors): update vimtex group names

Vimtex recently had a 2.0 release, and so now this template must also
update the names of the changed groups to match.
This commit is contained in:
Iron-E 2020-11-25 14:12:31 -05:00
parent 92791fcfe4
commit c4f98237c5
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 6 additions and 3 deletions

View File

@ -549,9 +549,6 @@ local highlight_groups = {
mkdItalic = 'mkdBold', mkdItalic = 'mkdBold',
mkdListItem = 'Special', mkdListItem = 'Special',
mkdRule = 'Underlined', mkdRule = 'Underlined',
texMathMatcher = 'Number',
texMathZoneX = 'Number',
texMathZoneY = 'Number',
--[[ 4.3.20. Python ]] --[[ 4.3.20. Python ]]
pythonBrackets = 'Delimiter', pythonBrackets = 'Delimiter',
@ -667,6 +664,12 @@ local highlight_groups = {
gitrebaseSquash = 'Macro', gitrebaseSquash = 'Macro',
gitrebaseSummary = 'Normal', gitrebaseSummary = 'Normal',
--[[ 4.3.35. Vimtex ]]
texMathGroup = 'Number',
texMathSub = 'Number',
texMathRegionX = 'Number',
texMathRegionY = 'Number',
--[[ 4.4. Plugins --[[ 4.4. Plugins
Everything in this section is OPTIONAL. Feel free to remove everything Everything in this section is OPTIONAL. Feel free to remove everything
here if you don't want to define it, or add more if there's something here if you don't want to define it, or add more if there's something