emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 17afdf5208 24/33: Fix #772: Add missing entries f


From: Stefan Kangas
Subject: [elpa] externals/eglot 17afdf5208 24/33: Fix #772: Add missing entries from CompletionItemKind
Date: Sat, 8 Jan 2022 12:30:50 -0500 (EST)

branch: externals/eglot
commit 17afdf52089b824ab6ff2000c6c5916135a4eca9
Author: Fredrik Bergroth <fbergroth@gmail.com>
Commit: GitHub <noreply@github.com>

    Fix #772: Add missing entries from CompletionItemKind
    
    * eglot.el (eglot--kind-names): update
---
 eglot.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 5fbf9a7361..06632fde92 100644
--- a/eglot.el
+++ b/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.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]