Skip to content

Commit

Permalink
chore: add clojure icon for *.cljc
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 5, 2025
1 parent bea5b28 commit 1db2138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"cjs" => Icons::LANG_JAVASCRIPT, // 
"class" => Icons::LANG_JAVA, // 
"clj" => '\u{e768}', // 
"cljc" => '\u{e768}', // 
"cljs" => '\u{e76a}', // 
"cls" => Icons::LANG_TEX, // 
"cmake" => '\u{e794}', // 
Expand Down

0 comments on commit 1db2138

Please sign in to comment.