Use more apt default for mkdCode

This commit is contained in:
Iron_E 2020-09-28 13:19:21 -04:00
parent 2d8275ee1e
commit 5774745eeb
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ local highlight_groups = {
markdownH5 = {fg=cyan, style='bold'},
markdownH6 = {fg=purple_light, style='bold'},
mkdBold = 'SpecialComment',
mkdCode = 'Statement',
mkdCode = 'Keyword',
mkdCodeDelimiter = 'mkdBold',
mkdCodeStart = 'mkdCodeDelimiter',
mkdCodeEnd = 'mkdCodeStart',