mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
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:
parent
aad170d1ed
commit
8f31ccbf82
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue