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

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

[elpa] externals/kind-icon a4a3436 1/2: add icon for the macro kind


From: ELPA Syncer
Subject: [elpa] externals/kind-icon a4a3436 1/2: add icon for the macro kind
Date: Tue, 14 Dec 2021 15:57:25 -0500 (EST)

branch: externals/kind-icon
commit a4a3436fd0ec8207897f1e4bc3378613d297f812
Author: Andrey Listopadov <andreyorst@gmail.com>
Commit: Andrey Listopadov <andreyorst@gmail.com>

    add icon for the macro kind
---
 kind-icon.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kind-icon.el b/kind-icon.el
index c0307c5..8105f2c 100644
--- a/kind-icon.el
+++ b/kind-icon.el
@@ -94,6 +94,7 @@ An alist.")
     (folder "d" :icon "folder" :face font-lock-doc-face)
     (interface "if" :icon "application-brackets-outline" :face 
font-lock-type-face)
     (keyword "kw" :icon "key-variant" :face font-lock-keyword-face)
+    (macro "mc" :icon "lambda" :face font-lock-keyword-face)
     (method "m" :icon "function-variant" :face font-lock-function-name-face)
     (function "f" :icon "function" :face font-lock-function-name-face)
     (module "{" :icon "file-code-outline" :face font-lock-preprocessor-face)



reply via email to

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