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
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ class MimeDetector { ...@@ -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. // which has had this extension far before TS was invented. So need to force re-map this MIME map.
this.lib.define( this.lib.define(
{ {
"text/plain": ["ts", "py", "opts", "lock", "jsonl"], "text/plain": ["ts", "py", "opts", "lock", "jsonl", "qml", "sh"],
}, },
true 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