X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/efba8a8508c107b809bca5293c2aad7d3ff5283b..be5e60fa2d85fec3b585411844846678a775a5d3:/syntax/markdown.vim diff --git a/syntax/markdown.vim b/syntax/markdown.vim index e9df1ca..d0077a4 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -98,7 +98,7 @@ syn match htmlH2 /^.\+\n-\+$/ contains=mkdLink,mkdInlineURL,@Spell "define Markdown groups syn match mkdLineBreak / \+$/ syn region mkdBlockquote start=/^\s*>/ end=/$/ contains=mkdLink,mkdInlineURL,mkdLineBreak,@Spell -execute 'syn region mkdCode matchgroup=mkdCodeDelimiter start=/\(\([^\\]\|^\)\\\)\@