tag: 1.2
commit e5738ffe9a94cb20fd87fa0ceab28565a513e9b8
Author: Michał Krzywkowski <[email protected]>
Commit: Michał Krzywkowski <[email protected]>
Per #144: Format documentation of signature parameters
* eglot.el (eglot--sig-info): Call `eglot--format-markup` on parameter
:documentation.
---
eglot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eglot.el b/eglot.el
index 2c0b22e..3ba1b87 100644
--- a/eglot.el
+++ b/eglot.el
@@ -1665,7 +1665,7 @@ is not active."
(insert "\n"
(propertize
label 'face 'eldoc-highlight-function-argument)
- ": " documentation))))
+ ": " (eglot--format-markup documentation)))))
(buffer-string)))
when moresigs concat "\n"))