]> git.eshelyaron.com Git - emacs.git/commit
(eglot-completion-at-point): Return correct values in :company-kind
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 6 Feb 2023 22:28:25 +0000 (00:28 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 6 Feb 2023 22:28:25 +0000 (00:28 +0200)
commit2ac8c4bbd6f47751a68b0230310f6fddd7da8de5
treeac6ffe14b4377c30f8af3151a3cef7e77501307d
parent321cbd9a6014bf0b70dc0b01aed27f36aec4051d
(eglot-completion-at-point): Return correct values in :company-kind

* lisp/progmodes/eglot.el (eglot-completion-at-point): Return the
correct values in :company-kind for "EnumMember" and "TypeParameter".
The convention is to use kebab case rather than plain downcasing.
Reported in https://github.com/company-mode/company-mode/issues/1370.
lisp/progmodes/eglot.el