Skip to content

Commit

Permalink
feat(filetypes): Add ClojureDart filetype
Browse files Browse the repository at this point in the history
Why?:
- ClojureDart is a new and coming Clojure dialect whose filetypes are currently
  not recognized by nerd-icons.el.

This change addresses the need by:
- Add definition for ClojureDart (.cljd) filetypes
  • Loading branch information
Tobias Heinlein authored and seagle0128 committed Nov 6, 2024
1 parent cc6c468 commit a6ee08f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nerd-icons.el
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
("el" nerd-icons-sucicon "nf-custom-emacs" :face nerd-icons-purple)
("clj" nerd-icons-devicon "nf-dev-clojure" :face nerd-icons-blue)
("cljc" nerd-icons-devicon "nf-dev-clojure" :face nerd-icons-blue)
("cljd" nerd-icons-devicon "nf-dev-clojure" :face nerd-icons-green)
("cljs" nerd-icons-devicon "nf-dev-clojure" :face nerd-icons-lyellow)
("coffee" nerd-icons-devicon "nf-dev-coffeescript" :face nerd-icons-maroon)
("iced" nerd-icons-devicon "nf-dev-coffeescript" :face nerd-icons-lmaroon)
Expand Down

0 comments on commit a6ee08f

Please sign in to comment.