From 12db3dafc57d990db2b3758b0d97a37333a0ddab Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 18 Jul 2015 21:29:35 +0200 Subject: Update --- syntax/markdown.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/markdown.vim') diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 8c981bbe..49dbe3a7 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 -- cgit v1.2.3