Skip to content

Commit

Permalink
Add icons for files with .mdx and .svelte file extensions (jesseduffi…
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield authored Aug 28, 2023
2 parents ecd2a14 + e78a09e commit 996e30e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/gui/presentation/icons/file_icons.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ var extIconMap = map[string]string{
".m4a": "\uf001", // 
".markdown": "\uf48a", // 
".md": "\uf48a", // 
".mdx": "\uf48a", // 
".mjs": "\ue74e", // 
".mk": "\uf489", // 
".mkd": "\uf48a", // 
Expand Down Expand Up @@ -267,6 +268,7 @@ var extIconMap = map[string]string{
".sty": "\uf034", // 
".styl": "\ue600", // 
".stylus": "\ue600", // 
".svelte": "\ue697", // 
".svg": "\uf1c5", // 
".swift": "\ue755", // 
".tar": "\uf410", // 
Expand Down

0 comments on commit 996e30e

Please sign in to comment.