Don't highlight markdown errors

This commit is contained in:
Kenneth Benzie 2018-04-26 12:49:30 +01:00
parent ab5428e7fa
commit 1be7ef4250

View File

@ -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