From f2066c12298b9a334a101a981496136c9d10b42a Mon Sep 17 00:00:00 2001 From: Iron_E Date: Thu, 27 Aug 2020 16:23:13 -0400 Subject: [PATCH] Add highlight group for markdown rulers --- colors/highlite.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index 428f89a..eeae107 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -490,10 +490,11 @@ local highlight_groups = { mkdCode = 'Comment', mkdCodeDelimiter = 'mkdBold', mkdCodeStart = 'mkdHeading', + mkdHeading = 'Delimiter', mkdItalic = 'mkdBold', mkdListItem = 'Special', - mkdHeading = 'Delimiter', mkdNonListItemBlock = 'Normal', + mkdRule = 'Underline' texMathZoneY = 'String', --[[ 4.3.20. Python ]]