Skip to content

Commit

Permalink
add more powershell and also gleam
Browse files Browse the repository at this point in the history
  • Loading branch information
acarl005 committed Nov 16, 2024
1 parent 20c8f44 commit 2906687
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions colors.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ func generateColors() {
"f": {FgRGB(5, 2, 0), FgRGB(2, 1, 0), true},
"fs": {FgRGB(0, 4, 5), FgRGB(0, 2, 4), true},
"gb": {FgRGB(0, 4, 3), FgRGB(0, 2, 1), true},
"gleam": {FgRGB(5, 3, 5), FgRGB(5, 1, 5), true},
"go": {FgRGB(2, 5, 3), FgRGB(2, 3, 3), true},
"graphql": {FgRGB(5, 3, 5), FgRGB(5, 1, 5), true},
"groovy": {FgRGBT(5, 4, 3), FgRGBT(5, 3, 1), false},
Expand Down
File renamed without changes.
Empty file added example/src/foo.ps1
Empty file.
6 changes: 5 additions & 1 deletion file-icons.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ var icons = map[string]string{
"git": "\ue702",
"go": "\ue724",
"graphql": "\ue662",
"gleam": "★",
"glp": "󰆧",
"groovy": "\ue775",
"gruntfile.js": "\ue74c",
Expand Down Expand Up @@ -142,6 +143,7 @@ var icons = map[string]string{
"prisma": "\ue684",
"ppt": "\uf1c4",
"psd": "\ue7b8",
"pwsh": "󰨊",
"py": "\ue606",
"r": "\ue68a",
"rb": "\ue21e",
Expand Down Expand Up @@ -330,6 +332,9 @@ var aliases = map[string]string{
"phtml": "php",
"gslides": "ppt",
"pptx": "ppt",
"ps1": "pwsh",
"psd1": "pwsh",
"psm1": "pwsh",
"pxd": "py",
"pyc": "py",
"pyx": "py",
Expand All @@ -356,7 +361,6 @@ var aliases = map[string]string{
"csh": "shell",
"fish": "shell",
"ksh": "shell",
"ps1": "shell",
"sh": "shell",
"zsh": "shell",
"zsh-theme": "shell",
Expand Down

0 comments on commit 2906687

Please sign in to comment.