Add missing comma

This commit is contained in:
Iron_E 2020-08-27 17:04:16 -04:00
parent f2066c1229
commit 2c7d9adf16
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',
mkdListItem = 'Special',
mkdNonListItemBlock = 'Normal',
mkdRule = 'Underline'
mkdRule = 'Underline',
texMathZoneY = 'String',
--[[ 4.3.20. Python ]]