Skip to content
Snippets Groups Projects
Unverified Commit 2c6135aa authored by Timothy Carambat's avatar Timothy Carambat Committed by GitHub
Browse files

patch file types as plaintext (#1095)

resolves #1089
parent a8e731f5
No related branches found
No related tags found
Loading
......@@ -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
);
......
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