Add more text file forced extensions (#1016)

This commit is contained in:
Timothy Carambat 2024-04-02 14:13:11 -07:00 committed by GitHub
parent 335ac43a5a
commit 752e3e22ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
);