X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e1bf04b3ed0c75cef39af9073171f39e2dea2c7c..47894d65a0e5f974cff6712073832f5c2046c79f:/syntax/markdown.vim diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 5d59833..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