mirror of
https://github.com/tpope/vim-markdown.git
synced 2025-11-10 02:43:48 -05:00
Add escape support for angle braces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user