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",
|
||||
"cc": "cpp",
|
||||
"cjs": "javascript",
|
||||
"cjsx": "react",
|
||||
"coffee": "coffeescript",
|
||||
"conf": "settings",
|
||||
"cpp": "cpp",
|
||||
|
@ -30,6 +31,7 @@
|
|||
"csv": "storage",
|
||||
"cxx": "cpp",
|
||||
"cts": "typescript",
|
||||
"ctsx": "react",
|
||||
"dart": "dart",
|
||||
"dat": "storage",
|
||||
"db": "storage",
|
||||
|
@ -121,6 +123,7 @@
|
|||
"metadata": "code",
|
||||
"metal": "metal",
|
||||
"mjs": "javascript",
|
||||
"mjsx": "react",
|
||||
"mka": "audio",
|
||||
"mkv": "video",
|
||||
"ml": "ocaml",
|
||||
|
@ -130,6 +133,7 @@
|
|||
"mp3": "audio",
|
||||
"mp4": "video",
|
||||
"mts": "typescript",
|
||||
"mtsx": "react",
|
||||
"myd": "storage",
|
||||
"myi": "storage",
|
||||
"nim": "nim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue