From: Fredrik Bergroth Date: Wed, 15 Dec 2021 21:31:20 +0000 (+0100) Subject: Add missing entries from completionitemkind X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c12a611e44d3223286fc6190d505ee85813bcc6f;p=emacs.git Add missing entries from completionitemkind * eglot.el (eglot--kind-names): update GitHub-reference: fix https://github.com/joaotavora/eglot/issues/772 --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 5fbf9a73616..06632fde92d 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -310,7 +310,9 @@ let the buffer grow forever." (5 . "Field") (6 . "Variable") (7 . "Class") (8 . "Interface") (9 . "Module") (10 . "Property") (11 . "Unit") (12 . "Value") (13 . "Enum") (14 . "Keyword") (15 . "Snippet") (16 . "Color") - (17 . "File") (18 . "Reference"))) + (17 . "File") (18 . "Reference") (19 . "Folder") (20 . "EnumMember") + (21 . "Constant") (22 . "Struct") (23 . "Event") (24 . "Operator") + (25 . "TypeParameter"))) (defconst eglot--{} (make-hash-table) "The empty JSON object.")