X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3522dd502b500365afe4462241921216f1d3ec1d..8f0d87271de5f99bac7078ebcd123c66a4e31dbb:/syntax/markdown.vim diff --git a/syntax/markdown.vim b/syntax/markdown.vim index e4c0068..186216e 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -84,9 +84,8 @@ syn match htmlH1 /^.\+\n=\+$/ contains=@Spell syn match htmlH2 /^.\+\n-\+$/ contains=@Spell "define Markdown groups -syn match mkdLineContinue ".$" contained syn match mkdLineBreak / \+$/ -syn region mkdBlockquote start=/^\s*>/ end=/$/ contains=mkdLineBreak,mkdLineContinue,@Spell +syn region mkdBlockquote start=/^\s*>/ end=/$/ contains=mkdLineBreak,@Spell syn region mkdCode start=/\(\([^\\]\|^\)\\\)\@