X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/be5e60fa2d85fec3b585411844846678a775a5d3..6df8cb9ec2483fdfc7e57daa083b8cf2be05ffee:/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=/\(\([^\\]\|^\)\\\)\@