[FEAT] add support for TSX files to be parsed as text (#1597)

add support for TSX files to be parsed as text
This commit is contained in:
Chris Daniel 2024-06-03 05:01:41 -04:00 committed by GitHub
parent 9a38b32c74
commit 8a4dd2bdf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ class MimeDetector {
{ {
"text/plain": [ "text/plain": [
"ts", "ts",
"tsx",
"py", "py",
"opts", "opts",
"lock", "lock",