]> git.eshelyaron.com Git - emacs.git/commitdiff
Add missing entries from completionitemkind
authorFredrik Bergroth <fbergroth@gmail.com>
Wed, 15 Dec 2021 21:31:20 +0000 (22:31 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Dec 2021 21:31:20 +0000 (21:31 +0000)
* eglot.el (eglot--kind-names): update

GitHub-reference: fix https://github.com/joaotavora/eglot/issues/772

lisp/progmodes/eglot.el

index 5fbf9a7361675d4ba7c3cf64f10deb9a1e5ba6cb..06632fde92d31571f442f577974836ab3b9c0763 100644 (file)
@@ -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.")