From e6b9d3a25405515e6c1f9e80f4653f0db4edd4f2 Mon Sep 17 00:00:00 2001 From: Hiroshi Shirosaki Date: Mon, 21 Dec 2015 11:42:07 +0900 Subject: [PATCH] Fix code format --- syntax/markdown.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax/markdown.vim b/syntax/markdown.vim index bacb5a1..e36d083 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -110,10 +110,10 @@ endif syn cluster mkdNonListItem contains=htmlItalic,htmlBold,htmlBoldItalic,mkdFootnotes,mkdInlineURL,mkdLink,mkdLinkDef,mkdLineBreak,mkdBlockquote,mkdCode,mkdIndentCode,mkdListItem,mkdRule,htmlH1,htmlH2,htmlH3,htmlH4,htmlH5,htmlH6,mkdMath "highlighting for Markdown groups -HtmlHiLink mkdString String +HtmlHiLink mkdString String HtmlHiLink mkdCode String HtmlHiLink mkdIndentCode String -HtmlHiLink mkdFootnote Comment +HtmlHiLink mkdFootnote Comment HtmlHiLink mkdBlockquote Comment HtmlHiLink mkdLineContinue Comment HtmlHiLink mkdListItem Identifier -- 2.39.5