plasticboy/vim-markdown: Remove outdated syntax groups

This commit is contained in:
Ernst Widerberg
2018-05-27 13:35:57 +02:00
parent 33021ae133
commit bfb851441b

View File

@@ -326,7 +326,6 @@ call s:h("markdownCodeDelimiter", {"fg": s:norm, "bg": s:code_bg})
call s:h("mkdBlockquote", {"fg": s:norm})
call s:h("mkdDelimiter", {"fg": s:medium_gray})
call s:h("mkdID", {"fg": s:medium_gray})
call s:h("mkdLineContinue", {"fg": s:norm})
call s:h("mkdLink", {"fg": s:norm})
call s:h("mkdLinkDef", {"fg": s:medium_gray})
call s:h("mkdListItem", {"fg": s:norm})
@@ -334,7 +333,6 @@ call s:h("mkdNonListItemBlock", {"fg": s:norm}) " bug in syntax?
call s:h("mkdRule", {"fg": s:norm})
call s:h("mkdURL", {"fg": s:medium_gray, "gui": "underline", "cterm": "underline"})
call s:h("mkdCode", {"fg": s:norm, "bg": s:code_bg})
call s:h("mkdIndentCode", {"fg": s:norm, "bg": s:code_bg})
" gabrielelana/vim-markdown
call s:h("markdownBlockquoteDelimiter", {"fg": s:norm})