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:
Twilight 2025-02-11 22:08:53 +05:45 committed by GitHub
parent 7fe6943d89
commit 7950368bc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",