Skip to content

Commit

Permalink
add support to .mts files (#125)
Browse files Browse the repository at this point in the history
* new folder icon - prisma icon

* fix prisma folder icon

* new icon - turborepo

* Update turbo icon

* add android folder icon

* Update Android icon

* Update preview

* add support to mts files

---------

Co-authored-by: Miguel Solorio <miguel.solorio07@gmail.com>
  • Loading branch information
andrefelipeschulle and miguelsolorio authored Sep 25, 2023
1 parent 572154b commit 76496ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@
"postcss.config.cjs": "postcss",
"postcss.config.ts": "postcss",
"postcss.config.cts": "postcss",
"postcss.config.mts": "postcss",
".postcssrc.js": "postcss",
".postcssrc.cjs": "postcss",
".postcssrc.ts": "postcss",
Expand Down Expand Up @@ -786,6 +787,7 @@
"tailwind.config.cjs": "tailwind",
"tailwind.config.ts": "tailwind",
"tailwind.config.cts": "tailwind",
"tailwind.config.mts": "tailwind",
"tsconfig.json": "tsconfig",
"tsconfig.app.json": "tsconfig",
"tsconfig.editor.json": "tsconfig",
Expand Down

0 comments on commit 76496ba

Please sign in to comment.