X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d8059130738ea7c583f469cdc781795ecb673209..33cf9894dec8264f6461357254c7622006459810:/syntax/markdown.vim diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 7134f38..d8d34ea 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -99,7 +99,7 @@ syn match htmlH2 /^.\+\n-\+$/ contains=mkdLink,mkdInlineURL,@Spell syn match mkdLineBreak / \+$/ syn region mkdBlockquote start=/^\s*>/ end=/$/ contains=mkdLink,mkdInlineURL,mkdLineBreak,@Spell execute 'syn region mkdCode matchgroup=mkdCodeDelimiter start=/\(\([^\\]\|^\)\\\)\@