X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e4ba18e1fb1f540307565b0d4a64b4dddd03d561..ce3831965a793199f211f2061fe72e510a449312:/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="\\\@