Add escape support for angle braces

This commit is contained in:
Allen Hubbe
2015-07-17 23:49:00 -04:00
parent 409c37b205
commit 188d816314

View File

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