Skip to content

Commit 0556144

Browse files
authored
fix: lower priority for code highlights, so on_yank and diagnostics are visible (#581)
1 parent da6a7b2 commit 0556144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/render-markdown/settings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ M.code.default = {
512512
-- Padding to add to the left & right of inline code.
513513
inline_pad = 0,
514514
-- Priority to assign to code background highlight.
515-
priority = nil,
515+
priority = 140,
516516
-- Highlight for code blocks.
517517
highlight = 'RenderMarkdownCode',
518518
-- Highlight for code info section, after the language.

0 commit comments

Comments
 (0)