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