Modified C, C++ & C# icon types to xpm

This commit is contained in:
Dennis Mayr 2019-04-13 14:21:12 -04:00 committed by GitHub
parent 7465e20514
commit da48a59da1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,7 +192,7 @@ This was stole/modified from `c-save-buffer-state'"
("\\`Calendar\\'" #xf073 FontAwesome) ("\\`Calendar\\'" #xf073 FontAwesome)
("\\`Help\\'" #xf059 FontAwesome) ("\\`Help\\'" #xf059 FontAwesome)
("\\`WoMan\\'" #xf05a FontAwesome) ("\\`WoMan\\'" #xf05a FontAwesome)
("\\`C\\(/.*\\|\\)\\'" #xf107 font-mfizz) ("\\`C\\(/.*\\|\\)\\'" "c" xpm)
("\\`Custom\\'" #xf013 FontAwesome) ("\\`Custom\\'" #xf013 FontAwesome)
("\\`Go\\'" "go" xpm) ("\\`Go\\'" "go" xpm)
("\\` ?Rbow\\'" "rainbow" xpm) ("\\` ?Rbow\\'" "rainbow" xpm)
@ -200,8 +200,8 @@ This was stole/modified from `c-save-buffer-state'"
("\\` ?ICY\\'" "icy" xpm) ;; http://www.clipartpal.com/clipart_pd/weather/ice_10206.html ("\\` ?ICY\\'" "icy" xpm) ;; http://www.clipartpal.com/clipart_pd/weather/ice_10206.html
("\\` ?Golden\\'" "golden" xpm-bw) ;; Icon created by Arthur Shlain from Noun Project ("\\` ?Golden\\'" "golden" xpm-bw) ;; Icon created by Arthur Shlain from Noun Project
("\\`BibTeX\\'\\'" "bibtex" xpm-bw) ("\\`BibTeX\\'\\'" "bibtex" xpm-bw)
("\\`C[+][+]\\(/.*\\|\\)\\'" #xf10c font-mfizz) ("\\`C[+][+]\\(/.*\\|\\)\\'" "cpp" xpm)
("\\`C[#]\\(/.*\\|\\)\\'" #xf10d font-mfizz) ("\\`C[#]\\(/.*\\|\\)\\'" "csharp" xpm)
("\\`Elixir\\'" #xf115 font-mfizz) ("\\`Elixir\\'" #xf115 font-mfizz)
("\\`Erlang\\'" #xf116 font-mfizz) ("\\`Erlang\\'" #xf116 font-mfizz)
("\\`Haskell\\'" #xf126 font-mfizz) ("\\`Haskell\\'" #xf126 font-mfizz)