X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e4ba18e1fb1f540307565b0d4a64b4dddd03d561..e7f78bbd1ed2def74fc4c1574762d641cf6ff1a2:/syntax/markdown.vim diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 7244cb5..7e06471 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -72,11 +72,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="\]" @@ -112,11 +110,13 @@ if get(g:, 'vim_markdown_math', 0) syn region mkdMath matchgroup=mkdDelimiter start="\\\@