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

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

[elpa] externals/kind-icon 11f3955 2/2: Merge pull request #8 from andre


From: ELPA Syncer
Subject: [elpa] externals/kind-icon 11f3955 2/2: Merge pull request #8 from andreyorst/main
Date: Tue, 14 Dec 2021 15:57:25 -0500 (EST)

branch: externals/kind-icon
commit 11f3955aba9f32eb339806148a2ecc104512c8c6
Merge: a12c938 a4a3436
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #8 from andreyorst/main
    
    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]