Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio authored Sep 4, 2024
2 parents 0e5e500 + 8e62f70 commit d455245
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/icons/files/cuda.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/folders/folder-graphql.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"folder-core": { "iconPath": "./icons/folders/folder-core.svg" },
"folder-database": { "iconPath": "./icons/folders/folder-database.svg" },
"folder-drizzle": { "iconPath": "./icons/folders/folder-drizzle.svg" },
"folder-github": { "iconPath": "./icons/folders/folder-github.svg" },
"folder-graphql": { "iconPath": "./icons/folders/folder-graphql.svg" },
"folder-firebase": { "iconPath": "./icons/folders/folder-firebase.svg" },
"folder-github": { "iconPath": "./icons/folders/folder-github.svg" },
"folder-helpers": { "iconPath": "./icons/folders/folder-helpers.svg" },
Expand Down Expand Up @@ -259,6 +261,22 @@
"webpack": { "iconPath": "./icons/files/webpack.svg" },
"yaml": { "iconPath": "./icons/files/yaml.svg" },
"zig": { "iconPath": "./icons/files/zig.svg" }
"swc": { "iconPath": "./icons/files/swc.svg" },
"haskell": { "iconPath": "./icons/files/haskell.svg" },
"pkl": { "iconPath": "./icons/files/pkl.svg" },
"pdf": { "iconPath": "./icons/files/pdf.svg" },
"redux-reducer": { "iconPath": "./icons/files/redux-reducer.svg " },
"redux-effects": { "iconPath": "./icons/files/redux-effects.svg " },
"redux-actions": { "iconPath": "./icons/files/redux-actions.svg " },
"redux-selector": { "iconPath": "./icons/files/redux-selector.svg " },
"redux-facade": { "iconPath": "./icons/files/redux-facade.svg" },
"gleam": { "iconPath": "./icons/files/gleam.svg" },
"i18n": { "iconPath": "./icons/files/i18n.svg" },
"minecraft": { "iconPath": "./icons/files/minecraft.svg" },
"expressive-code": { "iconPath": "./icons/files/expressive-code.svg" },
"lunaria": { "iconPath": "./icons/files/lunaria.svg" },
"cuda": { "iconPath": "./icons/files/cuda.svg" },
"func": { "iconPath": "./icons/files/func.svg" }
},

"fileExtensions": {
Expand Down Expand Up @@ -501,6 +519,8 @@
"mm": "cplus",
"mii": "cplus",
"ii": "cplus",
"cu": "cuda",
"cuh": "cuda",
"jsx": "react",
"tsx": "react-ts",
"vsixmanifest": "puzzle",
Expand Down Expand Up @@ -1397,6 +1417,8 @@
"docker": "folder-blue",
".docker": "folder-blue",
".git": "folder-red",
"graphql": "folder-graphql",
"gql": "folder-graphql",
"app": "folder-app",
"apps": "folder-app",
"config": "folder-config",
Expand Down

0 comments on commit d455245

Please sign in to comment.