Skip to content

Commit

Permalink
Add .mdx file icon (Fixes #77)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed May 5, 2023
1 parent 7ffa1ef commit 86e9978
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/icons/files/mdx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,11 @@
"erlang": { "iconPath": "./icons/files/erlang.svg" },
"rescript": { "iconPath": "./icons/files/rescript.svg" },
"rescript-interface": { "iconPath": "./icons/files/rescript-interface.svg" },
"coldfusion": { "iconPath": "./icons/files/coldfusion.svg" }
"coldfusion": { "iconPath": "./icons/files/coldfusion.svg" },
"mdx": { "iconPath": "./icons/files/mdx.svg" }
},
"fileExtensions": {
"mdx": "mdx",
"cfml": "coldfusion",
"cfc": "coldfusion",
"lucee": "coldfusion",
Expand Down Expand Up @@ -931,6 +933,7 @@
"webpackfile.mts": "webpack"
},
"languageIds": {
"mdx": "mdx",
"lang-cfml": "coldfusion",
"editorconfig": "editorconfig",
"tex": "tex",
Expand Down

0 comments on commit 86e9978

Please sign in to comment.