Undo one highlight change from previous commit

This commit is contained in:
Iron_E 2020-09-06 18:33:22 -04:00
parent 32c4ab51de
commit d5c05958ad
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ local highlight_groups = {
markdownH6 = {fg=purple_light, style='bold'},
mkdBold = 'SpecialComment',
mkdCode = 'Statement',
mkdCodeDelimiter = 'Label',
mkdCodeDelimiter = 'mkdBold',
mkdCodeStart = 'mkdCodeDelimiter',
mkdCodeEnd = 'mkdCodeStart',
mkdHeading = 'Delimiter',