Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…theme into pr/Repiteo/1916
  • Loading branch information
PKief committed Apr 2, 2023
2 parents 3496134 + 4858e1d commit 37da25c
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 4 deletions.
5 changes: 4 additions & 1 deletion icons/c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion icons/cpp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion icons/csharp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/deno.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/deno_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion icons/objective-c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions icons/rc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions icons/typst.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ export const fileIcons: FileIcons = {
},
{ name: 'objective-c', fileExtensions: ['m'] },
{ name: 'objective-cpp', fileExtensions: ['mm'] },
{ name: 'rc', fileExtensions: ['rc'] },
{ name: 'go', fileExtensions: ['go'] },
{
name: 'go-mod',
Expand Down Expand Up @@ -2262,6 +2263,11 @@ export const fileIcons: FileIcons = {
fileExtensions: ['gml', 'yy', 'yyp', 'yyz'],
},
{ name: 'tldraw', fileExtensions: ['tldr'], light: true },
{
name: 'deno',
fileNames: ['deno.json', 'deno.jsonc', 'deno.lock'],
light: true,
},
{
name: 'plastic',
fileNames: [
Expand All @@ -2272,5 +2278,6 @@ export const fileIcons: FileIcons = {
'plastic.workspaces',
],
},
{ name: 'typst', fileExtensions: ['typ'] },
],
};

0 comments on commit 37da25c

Please sign in to comment.