Skip to content

Commit

Permalink
Adding support for cjs and mjs (#3)
Browse files Browse the repository at this point in the history
* added support for mjs and cjs

* Update src/symbol-icon-theme.json

Fixing additional variants redefinition

Co-authored-by: Miguel Solorio <miguel.solorio@microsoft.com>

Co-authored-by: Miguel Solorio <miguel.solorio@microsoft.com>
  • Loading branch information
KyleMcKell and Miguel Solorio authored Aug 11, 2022
1 parent 10eab3e commit 04d2e4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"svg": { "iconPath": "./icons/files/svg.svg" },
"vue": { "iconPath": "./icons/files/vue.svg" },
"js": { "iconPath": "./icons/files/js.svg" },
"mjs": { "iconPath": "./icons/files/js.svg" },
"cjs": { "iconPath": "./icons/files/js.svg" },
"ts": { "iconPath": "./icons/files/ts.svg" },
"dts": { "iconPath": "./icons/files/dts.svg" },
"robot": { "iconPath": "./icons/files/robot.svg" },
Expand Down Expand Up @@ -279,6 +281,8 @@
"css": "brackets-sky",
"test": "code-orange",
"js": "js",
"mjs": "js",
"cjs": "js",
"ts": "ts",
"json": "brackets-yellow",
"html": "code-orange",
Expand Down

0 comments on commit 04d2e4b

Please sign in to comment.