Skip to content

Commit

Permalink
feat(icons): add icon for zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed May 23, 2024
1 parent 76ef24e commit c04e8fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mappings/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ pub fn get<'a>(
"xml" => ("xml", "XML"),
"yaml" => ("yaml", "YAML"),
"zig" => ("zig", "Zig"),
"zsh" => ("shell", "Zsh"),
_ => match filename.to_lowercase().rsplit_once('.') {
Some((_, extension)) => match extension {
"gml" => ("gml", "Game Maker Language"),
Expand Down

0 comments on commit c04e8fd

Please sign in to comment.