X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2e524e474d37fe4da0960043d0a46192b297837c..31880b5251ce9153527b7dff9bf1fde6bd840402:/syntax/markdown.vim?ds=sidebyside 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=""