Skip to content

Commit

Permalink
Merge pull request #590 from coco33920/add_typst
Browse files Browse the repository at this point in the history
feat: add Typst to the recognized files
  • Loading branch information
cafkafk authored Nov 2, 2023
2 parents 925a4ca + 8b1bf2a commit a68062c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ impl Icons {
const SUBTITLE: char = '\u{f0a16}'; // 󰨖
const TERRAFORM: char = '\u{f1062}'; // 󱁢
const TEXT: char = '\u{f15c}'; // 
const TYPST: char = '\u{1D42D}'; // 𝐭
const UNITY: char = '\u{e721}'; // 
const VECTOR: char = '\u{f0559}'; // 󰕙
const VIDEO: char = '\u{f03d}'; // 
Expand Down Expand Up @@ -702,6 +703,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"ttf" => Icons::FONT, // 
"twig" => '\u{e61c}', // 
"txt" => Icons::TEXT, // 
"typ" => Icons::TYPST, // 𝐭
"txz" => Icons::COMPRESSED, // 
"tz" => Icons::COMPRESSED, // 
"tzo" => Icons::COMPRESSED, // 
Expand Down

0 comments on commit a68062c

Please sign in to comment.