From 8c81bd9f30a3a57e73261216ee9bbe2114fd3c20 Mon Sep 17 00:00:00 2001 From: Iron_E Date: Thu, 27 Aug 2020 17:05:26 -0400 Subject: [PATCH] Fix typo in highlight group --- colors/highlite.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index 9949b18..a1fe16f 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 = 'Underlined', texMathZoneY = 'String', --[[ 4.3.20. Python ]]