From 2c7d9adf16a7094ffd6aa0dc496b1e19f0b75466 Mon Sep 17 00:00:00 2001 From: Iron_E Date: Thu, 27 Aug 2020 17:04:16 -0400 Subject: [PATCH] Add missing comma --- colors/highlite.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index eeae107..9949b18 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -494,7 +494,7 @@ local highlight_groups = { mkdItalic = 'mkdBold', mkdListItem = 'Special', mkdNonListItemBlock = 'Normal', - mkdRule = 'Underline' + mkdRule = 'Underline', texMathZoneY = 'String', --[[ 4.3.20. Python ]]