diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 21:29:35 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 21:29:35 +0200 |
commit | 12db3dafc57d990db2b3758b0d97a37333a0ddab (patch) | |
tree | 848bc19de5e2f6f48b57d15ad43dc446e5da6ac3 /syntax/markdown.vim | |
parent | d1e95cbc98805f82024b318d8fd52e931a3aeae2 (diff) | |
download | vim-polyglot-1.14.1.tar.gz vim-polyglot-1.14.1.zip |
Updatev1.14.1
Diffstat (limited to 'syntax/markdown.vim')
-rw-r--r-- | syntax/markdown.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |