From: Hiroshi Shirosaki Date: Wed, 27 Feb 2019 14:57:49 +0000 (+0900) Subject: Merge pull request #415 from endersstocker/syntax/fix-strikethrough X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/0e74eb0261177dc988a16a68083bceae12275d52?hp=be5e60fa2d85fec3b585411844846678a775a5d3 Merge pull request #415 from endersstocker/syntax/fix-strikethrough Syntax: Fix strikethrough --- diff --git a/syntax/markdown.vim b/syntax/markdown.vim index d0077a41..7134f382 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -155,7 +155,7 @@ if get(g:, 'vim_markdown_strikethrough', 0) HtmlHiLink mkdStrike htmlStrike endif -syn cluster mkdNonListItem contains=@htmlTop,htmlItalic,htmlBold,htmlBoldItalic,mkdFootnotes,mkdInlineURL,mkdLink,mkdLinkDef,mkdLineBreak,mkdBlockquote,mkdCode,mkdRule,htmlH1,htmlH2,htmlH3,htmlH4,htmlH5,htmlH6,mkdMath +syn cluster mkdNonListItem contains=@htmlTop,htmlItalic,htmlBold,htmlBoldItalic,mkdFootnotes,mkdInlineURL,mkdLink,mkdLinkDef,mkdLineBreak,mkdBlockquote,mkdCode,mkdRule,htmlH1,htmlH2,htmlH3,htmlH4,htmlH5,htmlH6,mkdMath,htmlStrike "highlighting for Markdown groups HtmlHiLink mkdString String