Skip to content

Commit

Permalink
update plist ftype display and add disk images
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Carlson committed May 30, 2020
1 parent 20a563f commit dd1fe1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion colors.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ var (
"ml": [2]string{Fg(208), Fg(94)},
"php": [2]string{Fg(30), Fg(22)},
"pl": [2]string{Fg(99), Fg(57)},
"plist": [2]string{FgRGB(4, 0, 4), FgRGB(2, 0, 2)},
"py": [2]string{Fg(34), Fg(28)},
"r": [2]string{Fg(51), Fg(39)},
"rb": [2]string{FgRGB(5, 1, 0), FgRGB(3, 1, 1)},
Expand Down
11 changes: 9 additions & 2 deletions file-icons.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ var icons = map[string]string{
"iml": "\ue7b5",
"ini": "\uf669",
"ino": "\ue255",
"iso": "\uf7c9",
"java": "\ue738",
"jenkinsfile": "\ue767",
"jl": "\ue624",
Expand Down Expand Up @@ -260,6 +261,13 @@ var aliases = map[string]string{
"tiff": "image",
"webp": "image",
"xpm": "image",
"disk": "iso",
"dmg": "iso",
"smi": "iso",
"img": "iso",
"vhd": "iso",
"vhdx": "iso",
"vmdk": "iso",
"jar": "java",
"properties": "json",
"webmanifest": "json",
Expand Down Expand Up @@ -348,14 +356,13 @@ var aliases = map[string]string{
"gsheet": "xls",
"xlsx": "xls",
"svelte": "xml",
"plist": "xml",
"xul": "xml",
"yaml": "yml",
"7z": "zip",
"Z": "zip",
"bz2": "zip",
"dmg": "zip",
"gz": "zip",
"iso": "zip",
"lzma": "zip",
"par": "zip",
"rar": "zip",
Expand Down

0 comments on commit dd1fe1f

Please sign in to comment.