aboutsummaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
authorGravatar rho2015-12-24 11:24:38 +0545
committerGravatar rho2015-12-24 11:24:38 +0545
commitc5b41fa9b8a7c9796d9d48554db1e245901ceec8 (patch)
tree4d10d10049808e82e0f4f6f2de3e0b6b0ae9dfe0 /mode-icons.el
parenteb94d3c50b6765b4eb396ed04c33d1ae10a8d462 (diff)
downloadmode-icons-c5b41fa9b8a7c9796d9d48554db1e245901ceec8.tar.gz
mode-icons-c5b41fa9b8a7c9796d9d48554db1e245901ceec8.zip
adding yas icon
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el28
1 files changed, 16 insertions, 12 deletions
diff --git a/mode-icons.el b/mode-icons.el
index c1301fb..5c9d1ba 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -1,3 +1,4 @@
+
;;; mode-icons.el --- Show icons for modes -*- lexical-binding: t; -*-
;; Copyright (C) 2013 Tom Willemse
@@ -40,24 +41,27 @@ absolute path to ICON."
(concat mode-icons--directory "/icons/" icon))
(defvar mode-icons
- `(("Emacs-Lisp" "emacs" xpm)
- ("Python" "python" xpm)
- ("Scheme" "scheme" xpm)
- ("Lisp" "cl" xpm)
- ("PHP" "php" xpm)
+ `(
("CSS" "css" xpm)
- ("JavaScript" "js" xpm)
- ("Shell-script" "bash" xpm)
- ("Image[imagemagick]" "svg" xpm)
+ ("Coffee" "coffee" xpm)
+ ("Emacs-Lisp" "emacs" xpm)
("HTML" "html" xpm)
+ ("Haml" "haml" xpm)
+ ("Image[imagemagick]" "svg" xpm)
+ ("JavaScript" "js" xpm)
+ ("Lisp" "cl" xpm)
("Org" "org" xpm)
+ ("PHP" "php" xpm)
+ ("Python" "python" xpm)
("Ruby" "ruby" xpm)
- ("Slim" "slim" xpm)
- ("Coffee" "coffee" xpm)
- ("Sass" "sass" xpm)
("SCSS" "sass" xpm)
+ ("Sass" "sass" xpm)
+ ("Scheme" "scheme" xpm)
+ ("Shell-script" "bash" xpm)
+ ("Slim" "slim" xpm)
("YAML" "yaml" xpm)
- ("Haml" "haml" xpm))
+ ("YASnippet" "yas" xpm)
+ )
"Icons for major modes.
Each specification is a list with the first element being the