summaryrefslogtreecommitdiffstats
path: root/syntax/markdown.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-07-18 21:29:35 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-07-18 21:29:35 +0200
commit12db3dafc57d990db2b3758b0d97a37333a0ddab (patch)
tree848bc19de5e2f6f48b57d15ad43dc446e5da6ac3 /syntax/markdown.vim
parentd1e95cbc98805f82024b318d8fd52e931a3aeae2 (diff)
downloadvim-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.vim2
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