From 88a5b1273c2772eeb35cb14fcf560689ba75c27a Mon Sep 17 00:00:00 2001 From: Cason Adams Date: Sat, 5 Jan 2019 12:40:38 -0700 Subject: [PATCH] added escape syntax handling to markdown files --- colors/codedark.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/codedark.vim b/colors/codedark.vim index 3fa4314..b87c1c4 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -230,6 +230,7 @@ call hi('markdownFootnote', s:cdOrange, {}, 'none', {}) call hi('markdownFootnoteDefinition', s:cdOrange, {}, 'none', {}) call hi('markdownUrl', s:cdLightBlue, {}, 'underline', {}) call hi('markdownLinkText', s:cdOrange, {}, 'none', {}) +call hi('markdownEscape', s:cdYellowOrange, {}, 'none', {}) " JSON: call hi('jsonKeyword', s:cdLightBlue, {}, 'none', {})