From 2051aac30e8a9bf81a212fbc0b5204127372b0ff Mon Sep 17 00:00:00 2001 From: Dennis Mayr <30353238+dennismayr@users.noreply.github.com> Date: Sat, 13 Apr 2019 15:18:39 -0400 Subject: [PATCH] Added Dart icon (xpm) --- mode-icons.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mode-icons.el b/mode-icons.el index c09dc1a..a3dccc6 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -29,8 +29,12 @@ ;; icon. Currently the following programming modes are supported, ;; among others: ;; +;; - C +;; - C++ +;; - C# ;; - CSS ;; - Coffee +;; - Dart ;; - Emacs-Lisp ;; - HTML ;; - Haml @@ -143,6 +147,7 @@ This was stole/modified from `c-save-buffer-state'" `(("\\`CSS\\'" "css" xpm) ("\\`Coffee\\'" "coffee" xpm-bw) ("\\`Compilation\\'" "compile" xpm) + ("\\`Dart\\'" "dart" xpm) ("\\`Emacs-Lisp\\'" "emacs" xpm) ("\\`Lisp Interaction\\'" "emacs" xpm) ("\\`HTML\\'" "html" xpm)