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

Add more text file forced extensions (#1016)

parent 335ac43a
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ 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"],
"text/plain": ["ts", "py", "opts", "lock", "jsonl", "qml", "sh"],
},
true
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment