Merge pull request #78 from allenbh/master

Add escape support for angle braces
This commit is contained in:
Tim Pope
2015-07-18 00:27:58 -04:00

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