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