feat: render markdown codeblock bg (#199)
This commit is contained in:
committed by
GitHub
parent
006f15ad34
commit
f82c02d773
@@ -529,6 +529,8 @@ local function generate(p, opt)
|
||||
NotifyDEBUGTitle { DiagnosticHint },
|
||||
NotifyTRACEIcon { DiagnosticHint },
|
||||
NotifyTRACETitle { DiagnosticHint },
|
||||
|
||||
RenderMarkdownCode { bg = LspInlayHint.bg },
|
||||
}
|
||||
end)
|
||||
-- stylua: ignore end
|
||||
|
||||
@@ -528,6 +528,8 @@ local function generate(p, opt)
|
||||
NotifyDEBUGTitle { DiagnosticHint },
|
||||
NotifyTRACEIcon { DiagnosticHint },
|
||||
NotifyTRACETitle { DiagnosticHint },
|
||||
|
||||
RenderMarkdownCode { bg = LspInlayHint.bg },
|
||||
}
|
||||
end)
|
||||
-- stylua: ignore end
|
||||
|
||||
Reference in New Issue
Block a user