From 937a27a0655b71eb3429867f14fb2caba691fbbc Mon Sep 17 00:00:00 2001 From: Hiroshi Shirosaki Date: Fri, 12 Feb 2016 09:30:42 +0900 Subject: [PATCH] Use syn instead of syntax like other part --- syntax/markdown.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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=">" -- 2.39.5