diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 8c981bb..49dbe3a 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -97,7 +97,7 @@ if main_syntax ==# 'markdown' unlet! s:type endif -syn match markdownEscape "\\[][\\`*_{}()#+.!-]" +syn match markdownEscape "\\[][\\`*_{}()<>#+.!-]" syn match markdownError "\w\@<=_\w\@=" hi def link markdownH1 htmlH1