1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-31 22:22:14 +02:00

Add icons for files with .mdx and .svelte file extensions (#2889)

This commit is contained in:
Jesse Duffield 2023-08-28 20:25:03 +10:00 committed by GitHub
commit 996e30e5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,6 +199,7 @@ var extIconMap = map[string]string{
".m4a": "\uf001", // 
".markdown": "\uf48a", // 
".md": "\uf48a", // 
".mdx": "\uf48a", // 
".mjs": "\ue74e", // 
".mk": "\uf489", // 
".mkd": "\uf48a", // 
@ -267,6 +268,7 @@ var extIconMap = map[string]string{
".sty": "\uf034", // 
".styl": "\ue600", // 
".stylus": "\ue600", // 
".svelte": "\ue697", // 
".svg": "\uf1c5", // 
".swift": "\ue755", // 
".tar": "\uf410", // 