We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b80c6c commit 7d53264Copy full SHA for 7d53264
lsp-ui-sideline.el
@@ -234,7 +234,7 @@ function signature)."
234
If the string has a language, we fontify it with the function provided
235
by `lsp-mode'.
236
MARKED-STRING is the string returned by `lsp-ui-sideline--extract-info'."
237
- (when (and marked-string (lsp-marked-string? marked-string))
+ (when (and marked-string (or (lsp-marked-string? marked-string) (lsp-markup-content? marked-string)))
238
(setq marked-string (lsp--render-element marked-string))
239
(add-face-text-property 0 (length marked-string) 'lsp-ui-sideline-symbol-info nil marked-string)
240
(add-face-text-property 0 (length marked-string) 'default t marked-string)
0 commit comments