Fix typo in highlight group
This commit is contained in:
parent
2c7d9adf16
commit
8c81bd9f30
|
@ -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 ]]
|
||||||
|
|
Loading…
Reference in New Issue