refactor(nvim): do not make quoted markup italic

This commit is contained in:
Price Hiller 2024-03-01 12:51:33 -06:00
parent c8a2092475
commit bfd074b451
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -326,7 +326,6 @@ return {
{ "@markup.heading.6.marker", { link = "@markup.heading.6" } },
{ "@markup.heading.7.marker", { link = "@markup.heading.7" } },
{ "@markup.heading.8.marker", { link = "@markup.heading.8" } },
{ "@markup.quote", get_hl("@markup.quote", { italic = true }) },
{ "@markup.quote.org", get_hl("@markup.quote", { bg = colors.sumiInk5 }) },
}