[BUG] Strikethrough markup not being highlighted/rendered with strikethrough
halleysfifthinc opened this issue · 0 comments
halleysfifthinc commented
Describe the bug
The issue is due to a typo (or an upstream change in the highlight name?) at lua/gruvbox.lua
#L1017
["@markup.strike"] = { strikethrough = config.strikethrough },
where @markup.strike
should be @markup.strikethrough
. I can confirm that adding
["@markup.strikethrough"] = { strikethrough = true }
to overrides
produces the desired behavior.
Expected behaviour
Screenshots
No response