X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3522dd502b500365afe4462241921216f1d3ec1d..5d98d6b22bd9848748ec9fd7780d056ff63c2ddd:/syntax/markdown.vim diff --git a/syntax/markdown.vim b/syntax/markdown.vim index e4c0068..778e818 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=/\(\([^\\]\|^\)\\\)\@