X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2e524e474d37fe4da0960043d0a46192b297837c..edffbe1c16e39301b91972037ecc6f0b1359d311:/syntax/markdown.vim diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 599b334..6bf576f 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -88,8 +88,8 @@ syn match mkdLineBreak / \+$/ syn region mkdBlockquote start=/^\s*>/ end=/$/ contains=mkdLineBreak,@Spell syn region mkdCode start=/\(\([^\\]\|^\)\\\)\@]*\\\@" end="" syn region mkdCode start="]*\\\@" end=""