X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2918519dd2c4e22223533e3f6f4823cf05784fb1..fdf78014dbb9f1c701e538a0ea29f9c536c91448:/syntax/markdown.vim diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 92ff871..5ee9cc4 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -69,9 +69,9 @@ syn match mkdLineBreak / \+$/ syn region mkdBlockquote start=/^\s*>/ end=/$/ contains=mkdLineBreak,mkdLineContinue,@Spell syn region mkdCode start=/\(\([^\\]\|^\)\\\)\@]*>" end="" syn region mkdCode start="]*>" end="" syn region mkdFootnote start="\[^" end="\]"