Fix typo in highlight group

This commit is contained in:
Iron_E 2020-08-27 17:05:26 -04:00
parent 2c7d9adf16
commit 8c81bd9f30
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ local highlight_groups = {
mkdItalic = 'mkdBold', mkdItalic = 'mkdBold',
mkdListItem = 'Special', mkdListItem = 'Special',
mkdNonListItemBlock = 'Normal', mkdNonListItemBlock = 'Normal',
mkdRule = 'Underline', mkdRule = 'Underlined',
texMathZoneY = 'String', texMathZoneY = 'String',
--[[ 4.3.20. Python ]] --[[ 4.3.20. Python ]]