From: Ben Williams Date: Fri, 16 Nov 2012 20:22:38 +0000 (-0500) Subject: Fix issue #15. Reference-style links no longer bleed over onto other lines. X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/e80fc305f55c7737b331e151b470df9065b7c3dd Fix issue #15. Reference-style links no longer bleed over onto other lines. --- diff --git a/syntax/mkd.vim b/syntax/mkd.vim index 56f219a..7f2f1df 100644 --- a/syntax/mkd.vim +++ b/syntax/mkd.vim @@ -45,9 +45,9 @@ syn region htmlBoldItalic start="\S\@<=___\|___\S\@=" end="\S\@<=___\|___\S\@=" " [link](URL) | [link][id] | [link][] syn region mkdFootnotes matchgroup=mkdDelimiter start="\[^" end="\]" -syn region mkdLink matchgroup=mkdDelimiter start="\\\@