mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Added Dart icon (xpm)
This commit is contained in:
parent
c988d3e372
commit
2051aac30e
1 changed files with 5 additions and 0 deletions
|
@ -29,8 +29,12 @@
|
||||||
;; icon. Currently the following programming modes are supported,
|
;; icon. Currently the following programming modes are supported,
|
||||||
;; among others:
|
;; among others:
|
||||||
;;
|
;;
|
||||||
|
;; - C
|
||||||
|
;; - C++
|
||||||
|
;; - C#
|
||||||
;; - CSS
|
;; - CSS
|
||||||
;; - Coffee
|
;; - Coffee
|
||||||
|
;; - Dart
|
||||||
;; - Emacs-Lisp
|
;; - Emacs-Lisp
|
||||||
;; - HTML
|
;; - HTML
|
||||||
;; - Haml
|
;; - Haml
|
||||||
|
@ -143,6 +147,7 @@ This was stole/modified from `c-save-buffer-state'"
|
||||||
`(("\\`CSS\\'" "css" xpm)
|
`(("\\`CSS\\'" "css" xpm)
|
||||||
("\\`Coffee\\'" "coffee" xpm-bw)
|
("\\`Coffee\\'" "coffee" xpm-bw)
|
||||||
("\\`Compilation\\'" "compile" xpm)
|
("\\`Compilation\\'" "compile" xpm)
|
||||||
|
("\\`Dart\\'" "dart" xpm)
|
||||||
("\\`Emacs-Lisp\\'" "emacs" xpm)
|
("\\`Emacs-Lisp\\'" "emacs" xpm)
|
||||||
("\\`Lisp Interaction\\'" "emacs" xpm)
|
("\\`Lisp Interaction\\'" "emacs" xpm)
|
||||||
("\\`HTML\\'" "html" xpm)
|
("\\`HTML\\'" "html" xpm)
|
||||||
|
|
Loading…
Reference in a new issue