Copyright-paperwork-exempt: yes
* eglot.el (eglot--sig-info): Call eglot--format-markup on signature
documentation.
(setq documentation (match-string 1 documentation))
(unless (string-prefix-p (string-trim documentation) label)
(goto-char (point-max))
- (insert ": " documentation)))
+ (insert ": " (eglot--format-markup documentation))))
(when (and (eql i active-sig) active-param
(< -1 active-param (length parameters)))
(eglot--dbind ((ParameterInformation) label documentation)