Skip to content

Commit

Permalink
fix(icons): Add icon for ocaml (.ml extension)
Browse files Browse the repository at this point in the history
(exa PR) 1162
  • Loading branch information
cafkafk committed Jul 30, 2023
2 parents 3fbe47b + 6f022a8 commit 57c9c67
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 @@ -251,6 +251,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"lzma" => '\u{f410}', // 
"lzo" => '\u{f410}', // 
"m" => '\u{e61e}', // 
"ml" => '\u{1d77a}',// 𝝺
"mm" => '\u{e61d}', // 
"m4a" => '\u{f001}', // 
"markdown" => '\u{f48a}', // 
Expand Down

0 comments on commit 57c9c67

Please sign in to comment.