Skip to content

Commit

Permalink
Add support for postcss (Fixes #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Aug 16, 2022
1 parent 309be7f commit cbfce51
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/icons/files/postcss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,12 @@
"prisma": { "iconPath": "./icons/files/prisma.svg" },
"stylus": { "iconPath": "./icons/files/stylus.svg" },
"scala": { "iconPath": "./icons/files/scala.svg" },
"sbt": { "iconPath": "./icons/files/sbt.svg" }
"sbt": { "iconPath": "./icons/files/sbt.svg" },
"postcss": { "iconPath": "./icons/files/postcss.svg" }
},
"fileExtensions": {
"pcss": "postcss",
"sss": "postcss",
"sbt": "sbt",
"scala": "scala",
"sc": "scala",
Expand Down Expand Up @@ -308,6 +311,18 @@
"toml": "gear"
},
"fileNames": {
"postcss.config.js": "postcss",
"postcss.config.cjs": "postcss",
"postcss.config.ts": "postcss",
"postcss.config.cts": "postcss",
".postcssrc.js": "postcss",
".postcssrc.cjs": "postcss",
".postcssrc.ts": "postcss",
".postcssrc.cts": "postcss",
".postcssrc": "postcss",
".postcssrc.json": "postcss",
".postcssrc.yaml": "postcss",
".postcssrc.yml": "postcss",
".styl": "stylus",
"prisma.yml": "prisma",
"astro.config.js": "astro",
Expand Down Expand Up @@ -680,6 +695,7 @@
"webpackfile.mts": "webpack"
},
"languageIds": {
"postcss": "postcss",
"scala": "scala",
"styl": "stylus",
"graphql": "graphql",
Expand Down

0 comments on commit cbfce51

Please sign in to comment.