Skip to content

Commit

Permalink
Merge branch 'PKief:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-labs committed May 30, 2024
2 parents c496bd5 + 3b8b9c8 commit 79a59b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/bruno.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/harmonix.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,10 @@ export const fileIcons: FileIcons = {
name: 'nuxt',
fileNames: ['nuxt.config.js', 'nuxt.config.ts', '.nuxtignore'],
},
{
name: 'harmonix',
fileNames: ['harmonix.config.js', 'harmonix.config.ts'],
},
{ name: 'ocaml', fileExtensions: ['ml', 'mli', 'cmx'] },
{ name: 'odin', fileExtensions: ['odin'] },
{
Expand Down Expand Up @@ -2416,5 +2420,9 @@ export const fileIcons: FileIcons = {
name: 'container',
fileNames: ['.devcontainer/devcontainer.json'],
},
{
name: 'bruno',
fileExtensions: ['bru'],
},
]),
};

0 comments on commit 79a59b9

Please sign in to comment.