Improve markdown default highlights

This commit is contained in:
Iron_E 2020-09-06 17:34:49 -04:00
parent c717579f6c
commit 32c4ab51de
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 8 additions and 6 deletions

View File

@ -497,16 +497,18 @@ local highlight_groups = {
markdownH4 = {fg=green_dark, style='bold'},
markdownH5 = {fg=cyan, style='bold'},
markdownH6 = {fg=purple_light, style='bold'},
mkdBold = 'SpecialChar',
mkdCode = 'Comment',
mkdCodeDelimiter = 'mkdBold',
mkdCodeStart = 'mkdHeading',
mkdBold = 'SpecialComment',
mkdCode = 'Statement',
mkdCodeDelimiter = 'Label',
mkdCodeStart = 'mkdCodeDelimiter',
mkdCodeEnd = 'mkdCodeStart',
mkdHeading = 'Delimiter',
mkdItalic = 'mkdBold',
mkdListItem = 'Special',
mkdNonListItemBlock = {},
mkdRule = 'Underlined',
texMathZoneY = 'String',
texMathMatcher = 'Number',
texMathZoneX = 'Number',
texMathZoneY = 'Number',
--[[ 4.3.20. Python ]]
pythonBrackets = 'Delimiter',