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 },
|
NotifyDEBUGTitle { DiagnosticHint },
|
||||||
NotifyTRACEIcon { DiagnosticHint },
|
NotifyTRACEIcon { DiagnosticHint },
|
||||||
NotifyTRACETitle { DiagnosticHint },
|
NotifyTRACETitle { DiagnosticHint },
|
||||||
|
|
||||||
|
RenderMarkdownCode { bg = LspInlayHint.bg },
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
-- stylua: ignore end
|
-- stylua: ignore end
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user