Skip to content
Snippets Groups Projects
Unverified Commit 8a4dd2bd authored by Chris Daniel's avatar Chris Daniel Committed by GitHub
Browse files

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

add support for TSX files to be parsed as text
parent 9a38b32c
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ class MimeDetector { ...@@ -23,6 +23,7 @@ class MimeDetector {
{ {
"text/plain": [ "text/plain": [
"ts", "ts",
"tsx",
"py", "py",
"opts", "opts",
"lock", "lock",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment