feat: render markdown codeblock bg (#199)

This commit is contained in:
Michael Chris Lopez
2024-09-12 20:15:04 +02:00
committed by GitHub
parent 006f15ad34
commit f82c02d773
2 changed files with 4 additions and 0 deletions

View File

@@ -529,6 +529,8 @@ local function generate(p, opt)
NotifyDEBUGTitle { DiagnosticHint }, NotifyDEBUGTitle { DiagnosticHint },
NotifyTRACEIcon { DiagnosticHint }, NotifyTRACEIcon { DiagnosticHint },
NotifyTRACETitle { DiagnosticHint }, NotifyTRACETitle { DiagnosticHint },
RenderMarkdownCode { bg = LspInlayHint.bg },
} }
end) end)
-- stylua: ignore end -- stylua: ignore end

View File

@@ -528,6 +528,8 @@ local function generate(p, opt)
NotifyDEBUGTitle { DiagnosticHint }, NotifyDEBUGTitle { DiagnosticHint },
NotifyTRACEIcon { DiagnosticHint }, NotifyTRACEIcon { DiagnosticHint },
NotifyTRACETitle { DiagnosticHint }, NotifyTRACETitle { DiagnosticHint },
RenderMarkdownCode { bg = LspInlayHint.bg },
} }
end) end)
-- stylua: ignore end -- stylua: ignore end