From: Chayoung You Date: Thu, 11 Apr 2019 09:05:39 +0000 (+0900) Subject: Fix double code quotes with backslashes X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/4b688b12ccbbde3ee7b71f2cc8445a3106957394?ds=sidebyside;hp=-c Fix double code quotes with backslashes --- 4b688b12ccbbde3ee7b71f2cc8445a3106957394 diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 7134f38..d8d34ea 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -99,7 +99,7 @@ syn match htmlH2 /^.\+\n-\+$/ contains=mkdLink,mkdInlineURL,@Spell syn match mkdLineBreak / \+$/ syn region mkdBlockquote start=/^\s*>/ end=/$/ contains=mkdLink,mkdInlineURL,mkdLineBreak,@Spell execute 'syn region mkdCode matchgroup=mkdCodeDelimiter start=/\(\([^\\]\|^\)\\\)\@