Add highlight group for markdown rulers

This commit is contained in:
Iron_E 2020-08-27 16:23:13 -04:00
parent ace68236d9
commit f2066c1229
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 2 additions and 1 deletions

View File

@ -490,10 +490,11 @@ local highlight_groups = {
mkdCode = 'Comment',
mkdCodeDelimiter = 'mkdBold',
mkdCodeStart = 'mkdHeading',
mkdHeading = 'Delimiter',
mkdItalic = 'mkdBold',
mkdListItem = 'Special',
mkdHeading = 'Delimiter',
mkdNonListItemBlock = 'Normal',
mkdRule = 'Underline'
texMathZoneY = 'String',
--[[ 4.3.20. Python ]]