parent
a8e731f548
commit
2c6135aa54
@ -21,7 +21,21 @@ class MimeDetector {
|
||||
// which has had this extension far before TS was invented. So need to force re-map this MIME map.
|
||||
this.lib.define(
|
||||
{
|
||||
"text/plain": ["ts", "py", "opts", "lock", "jsonl", "qml", "sh"],
|
||||
"text/plain": [
|
||||
"ts",
|
||||
"py",
|
||||
"opts",
|
||||
"lock",
|
||||
"jsonl",
|
||||
"qml",
|
||||
"sh",
|
||||
"c",
|
||||
"cs",
|
||||
"h",
|
||||
"js",
|
||||
"lua",
|
||||
"pas",
|
||||
],
|
||||
},
|
||||
true
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user