Eglot: announce markdown support for completion docs

No reason not to.  Tested with gfm-view-mode and markdown-ts-mode

* lisp/progmodes/eglot.el (eglot-client-capabilities): Annouce
markdown support for completion docs.
This commit is contained in:
João Távora 2026-05-20 00:51:57 +01:00
parent aad170d1ed
commit 8f31ccbf82

View file

@ -1110,6 +1110,7 @@ object."
t t
:json-false) :json-false)
:deprecatedSupport t :deprecatedSupport t
:documentationFormat ,(eglot--accepted-formats)
:resolveSupport (:properties :resolveSupport (:properties
["documentation" ["documentation"
"details" "details"