Skip to content

Commit

Permalink
Add support for prettier (Fixes #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Aug 16, 2022
1 parent 6fbef3d commit 640b607
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
24 changes: 24 additions & 0 deletions src/icons/files/prettier.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
"npm": { "iconPath": "./icons/files/npm.svg" },
"pnpm": { "iconPath": "./icons/files/pnpm.svg" },
"pulumi": { "iconPath": "./icons/files/pulumi.svg" },
"webpack": { "iconPath": "./icons/files/webpack.svg" }
"webpack": { "iconPath": "./icons/files/webpack.svg" },
"prettier": { "iconPath": "./icons/files/prettier.svg" }
},
"fileExtensions": {
"pulumi": "pulumi",
Expand Down Expand Up @@ -295,6 +296,17 @@
"toml": "gear"
},
"fileNames": {
".prettierrc": "prettier",
"prettier.config.js": "prettier",
"prettier.config.cjs": "prettier",
".prettierrc.js": "prettier",
".prettierrc.cjs": "prettier",
".prettierrc.json": "prettier",
".prettierrc.json5": "prettier",
".prettierrc.yaml": "prettier",
".prettierrc.yml": "prettier",
".prettierignore": "prettier",
".prettierrc.toml": "prettier",
"pulumi.yaml": "pulumi",
"pnpm-lock.yaml": "pnpm",
"pnpm-workspace.yaml": "pnpm",
Expand Down

0 comments on commit 640b607

Please sign in to comment.