ref(colors): use Ignore for mkdBold

The `SpecialComment` group didn't fit.
This commit is contained in:
Iron-E 2020-12-17 14:06:08 -05:00
parent 527245d736
commit aabed249a1
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ local highlight_groups = {
markdownH4 = {fg=green_dark, style='bold'},
markdownH5 = {fg=cyan, style='bold'},
markdownH6 = {fg=purple_light, style='bold'},
mkdBold = 'SpecialComment',
mkdBold = 'Ignore',
mkdCode = 'Keyword',
mkdCodeDelimiter = 'mkdBold',
mkdCodeStart = 'mkdCodeDelimiter',