Add missing highlight mode for block quotes. Use Comment like vim-markdown does.

This commit is contained in:
tidux 2021-02-13 18:43:18 -08:00
parent 5c206be6d5
commit 67e4c29107
1 changed files with 1 additions and 1 deletions

View File

@ -45,4 +45,4 @@ hi def link gmiLinkStart Todo
hi def link gmiLinkUrl Underlined hi def link gmiLinkUrl Underlined
hi def link gmiLinkTitle String hi def link gmiLinkTitle String
hi def link gmiListItem Identifier hi def link gmiListItem Identifier
hi def link gmiQuoteLine Comment