X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d738a9b17f4cbb8cee0889d90f1c6858e1ee7826..f3edf871989e4c9763fb8f205671d87608790f04:/syntax/markdown.vim?ds=sidebyside diff --git a/syntax/markdown.vim b/syntax/markdown.vim index c21d639..b812698 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -35,8 +35,8 @@ syn case ignore syn sync linebreaks=1 "additions to HTML groups -syn region htmlItalic 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