X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ffba73263b1fb5291390bb9b2bf313552147f922..47894d65a0e5f974cff6712073832f5c2046c79f:/syntax/markdown.vim diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 0e147a3..fc036c6 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -53,13 +53,11 @@ syn region mkdLink matchgroup=mkdDelimiter start="\\\@ ]*>\)\@=" end=">"' +syn region mkdInlineURL matchgroup=mkdDelimiter start="\\\@ ]*>\)\@=" end=">" " Link definitions: [id]: URL (Optional Title) syn region mkdLinkDef matchgroup=mkdDelimiter start="^ \{,3}\zs\[" end="]:" oneline nextgroup=mkdLinkDefTarget skipwhite @@ -112,7 +110,7 @@ if get(g:, 'vim_markdown_math', 0) syn region mkdMath matchgroup=mkdDelimiter start="\\\@