Skip to content

Commit

Permalink
Add support for .astro (Fixes #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Aug 16, 2022
1 parent ced45a9 commit 015bd37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/icons/files/astro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,11 @@
"pulumi": { "iconPath": "./icons/files/pulumi.svg" },
"webpack": { "iconPath": "./icons/files/webpack.svg" },
"prettier": { "iconPath": "./icons/files/prettier.svg" },
"vite": { "iconPath": "./icons/files/vite.svg" }
"vite": { "iconPath": "./icons/files/vite.svg" },
"astro": { "iconPath": "./icons/files/astro.svg" }
},
"fileExtensions": {
"astro": "astro",
"pulumi": "pulumi",
"graphql": "graphql",
"gql": "graphql",
Expand Down Expand Up @@ -297,6 +299,12 @@
"toml": "gear"
},
"fileNames": {
"astro.config.js": "astro",
"astro.config.mjs": "astro",
"astro.config.cjs": "astro",
"astro.config.ts": "astro",
"astro.config.cts": "astro",
"astro.config.mts": "astro",
"vite.config.js": "vite",
".prettierrc": "prettier",
"prettier.config.js": "prettier",
Expand Down

0 comments on commit 015bd37

Please sign in to comment.