From b8f5e31cc406a811b24d9d45db5ebf220ab4735b Mon Sep 17 00:00:00 2001 From: Hiroshi Shirosaki Date: Wed, 6 Jan 2016 15:08:39 +0900 Subject: [PATCH] Syntax highlight is enabled in mkdLink --- syntax/markdown.vim | 2 +- test/syntax.vader | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/syntax/markdown.vim b/syntax/markdown.vim index c9e4772..e7b6e2e 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -46,7 +46,7 @@ syn region htmlBoldItalic start="\S\@<=___\|___\S\@=" end="\S\@<=___\|___\S\@=" syn region mkdFootnotes matchgroup=mkdDelimiter start="\[^" end="\]" syn region mkdID matchgroup=mkdDelimiter start="\[" end="\]" contained oneline syn region mkdURL matchgroup=mkdDelimiter start="(" end=")" contained oneline -syn region mkdLink matchgroup=mkdDelimiter start="\\\@