From 1be7ef4250044953463ff1e408f8ecf3762d9827 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 26 Apr 2018 12:49:30 +0100 Subject: [PATCH] Don't highlight markdown errors --- after/syntax/markdown.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/after/syntax/markdown.vim b/after/syntax/markdown.vim index 5586e17..e168ed3 100644 --- a/after/syntax/markdown.vim +++ b/after/syntax/markdown.vim @@ -5,6 +5,7 @@ hi link markdownHeadingDelimiter PreProc hi link markdownLinkDelimiter PreProc hi link markdownLinkTextDelimiter PreProc hi link markdownUrl Include +hi link markdownError None " Add match for GitHub style check boxes syn match markdownCheckboxTick '\[\zsx\ze\]' contained