From cbfce514f28a79d6a0c70936ed600c7f70c29758 Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Tue, 16 Aug 2022 14:50:30 -0700 Subject: [PATCH] Add support for postcss (Fixes #19) --- src/icons/files/postcss.svg | 5 +++++ src/symbol-icon-theme.json | 18 +++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 src/icons/files/postcss.svg diff --git a/src/icons/files/postcss.svg b/src/icons/files/postcss.svg new file mode 100644 index 0000000..f372e73 --- /dev/null +++ b/src/icons/files/postcss.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 3fc6984..b8db007 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -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", @@ -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", @@ -680,6 +695,7 @@ "webpackfile.mts": "webpack" }, "languageIds": { + "postcss": "postcss", "scala": "scala", "styl": "stylus", "graphql": "graphql",