X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5c9ce6b5230654c73d3bc3311f9dff7c4404f228..33cf9894dec8264f6461357254c7622006459810:/syntax/markdown.vim diff --git a/syntax/markdown.vim b/syntax/markdown.vim index d0077a4..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=/\(\([^\\]\|^\)\\\)\@