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