From 94df3e36af865dab2c76b549b1a61f418e3bf5be Mon Sep 17 00:00:00 2001 From: Alan Flood Date: Tue, 6 Mar 2018 14:07:26 +0000 Subject: [PATCH] Add vue.js icon --- icons/vue.png | Bin 0 -> 526 bytes src/elisp/treemacs-visuals.el | 1 + 2 files changed, 1 insertion(+) create mode 100644 icons/vue.png diff --git a/icons/vue.png b/icons/vue.png new file mode 100644 index 0000000000000000000000000000000000000000..c8dbb4fc9da307d4abadba8ed8b1a4a39ca26804 GIT binary patch literal 526 zcmV+p0`dKcP)8K#f+f)RQ;c}NS#&AsW^sSDCE z6Xs@*$@Bh6?xz0vP-(}yIfZZJ5Ed*+nehSsXT-QK5QsH?PJfgSu21Q~;>zVO^TEQx zCEw_8>gg?9FuD$TEZp&1_$Ujsh+OT3Z{?mmImXq&?*=?XaE2J literal 0 HcmV?d00001 diff --git a/src/elisp/treemacs-visuals.el b/src/elisp/treemacs-visuals.el index d4f2b2c0..9e1a367f 100644 --- a/src/elisp/treemacs-visuals.el +++ b/src/elisp/treemacs-visuals.el @@ -196,6 +196,7 @@ Insert VAR into icon-cache for each of the given file EXTENSIONS." (treemacs--setup-icon treemacs-icon-emacs "emacs.png" "el" "elc" "org") (treemacs--setup-icon treemacs-icon-clojure "clojure.png" "clj" "cljs" "cljc") (treemacs--setup-icon treemacs-icon-typescript "typescript.png" "ts") + (treemacs--setup-icon treemacs-icon-vue "vue.png" "vue") (treemacs--setup-icon treemacs-icon-css "css.png" "css") (treemacs--setup-icon treemacs-icon-conf "conf.png" "properties" "conf" "config" "ini" "xdefaults" "xresources" "terminalrc" "toml") (treemacs--setup-icon treemacs-icon-html "html.png" "html" "htm")