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

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

[elpa] externals/company de80d17: Add 'value' kind


From: ELPA Syncer
Subject: [elpa] externals/company de80d17: Add 'value' kind
Date: Mon, 29 Mar 2021 17:57:07 -0400 (EDT)

branch: externals/company
commit de80d17cd2e7e51826c72ef85d94d38a0fca0a76
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Add 'value' kind
    
    #1070
---
 company.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/company.el b/company.el
index 3568029..434a3be 100644
--- a/company.el
+++ b/company.el
@@ -1390,6 +1390,7 @@ end of the match."
     (string . "symbol-string.svg")
     (struct . "symbol-structure.svg")
     (text . "symbol-key.svg")
+    (value . "symbol-enumerator.svg")
     (variable . "symbol-variable.svg")))
 
 (defconst company-icons-root



reply via email to

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