file_icons: Add missing React file icon associations (#24659)
The `.mjsx`, `.cjsx`, `.mtsx`, and `.ctsx` file extensions are also designed to contain JSX code. Release Notes: - Added file icon associations for more React files (`.mjsx`, `.cjsx`, `.mtsx`, `.ctsx`).
This commit is contained in:
parent
7fe6943d89
commit
7950368bc2
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
"c++": "cpp",
|
"c++": "cpp",
|
||||||
"cc": "cpp",
|
"cc": "cpp",
|
||||||
"cjs": "javascript",
|
"cjs": "javascript",
|
||||||
|
"cjsx": "react",
|
||||||
"coffee": "coffeescript",
|
"coffee": "coffeescript",
|
||||||
"conf": "settings",
|
"conf": "settings",
|
||||||
"cpp": "cpp",
|
"cpp": "cpp",
|
||||||
|
@ -30,6 +31,7 @@
|
||||||
"csv": "storage",
|
"csv": "storage",
|
||||||
"cxx": "cpp",
|
"cxx": "cpp",
|
||||||
"cts": "typescript",
|
"cts": "typescript",
|
||||||
|
"ctsx": "react",
|
||||||
"dart": "dart",
|
"dart": "dart",
|
||||||
"dat": "storage",
|
"dat": "storage",
|
||||||
"db": "storage",
|
"db": "storage",
|
||||||
|
@ -121,6 +123,7 @@
|
||||||
"metadata": "code",
|
"metadata": "code",
|
||||||
"metal": "metal",
|
"metal": "metal",
|
||||||
"mjs": "javascript",
|
"mjs": "javascript",
|
||||||
|
"mjsx": "react",
|
||||||
"mka": "audio",
|
"mka": "audio",
|
||||||
"mkv": "video",
|
"mkv": "video",
|
||||||
"ml": "ocaml",
|
"ml": "ocaml",
|
||||||
|
@ -130,6 +133,7 @@
|
||||||
"mp3": "audio",
|
"mp3": "audio",
|
||||||
"mp4": "video",
|
"mp4": "video",
|
||||||
"mts": "typescript",
|
"mts": "typescript",
|
||||||
|
"mtsx": "react",
|
||||||
"myd": "storage",
|
"myd": "storage",
|
||||||
"myi": "storage",
|
"myi": "storage",
|
||||||
"nim": "nim",
|
"nim": "nim",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue