Skip to content

Commit

Permalink
Add support for Prisma icon/folder (Fixes #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Aug 16, 2022
1 parent 015bd37 commit e014bd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/icons/files/prisma.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 src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,11 @@
"webpack": { "iconPath": "./icons/files/webpack.svg" },
"prettier": { "iconPath": "./icons/files/prettier.svg" },
"vite": { "iconPath": "./icons/files/vite.svg" },
"astro": { "iconPath": "./icons/files/astro.svg" }
"astro": { "iconPath": "./icons/files/astro.svg" },
"prisma": { "iconPath": "./icons/files/prisma.svg" }
},
"fileExtensions": {
"prisma": "prisma",
"astro": "astro",
"pulumi": "pulumi",
"graphql": "graphql",
Expand Down Expand Up @@ -299,6 +301,7 @@
"toml": "gear"
},
"fileNames": {
"prisma.yml": "prisma",
"astro.config.js": "astro",
"astro.config.mjs": "astro",
"astro.config.cjs": "astro",
Expand Down

0 comments on commit e014bd4

Please sign in to comment.