From: Hiroshi Shirosaki Date: Fri, 12 Feb 2016 00:30:42 +0000 (+0900) Subject: Use syn instead of syntax like other part X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/937a27a0655b71eb3429867f14fb2caba691fbbc Use syn instead of syntax like other part --- diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 57ce84e..becb12e 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -61,12 +61,12 @@ execute 'syn region mkdURL matchgroup=mkdDelimiter start="(" end=")" cont execute 'syn region mkdLink matchgroup=mkdDelimiter start="\\\@ ]*>" end=">"