diff --git a/src/custom-types.json b/src/custom-types.json index 6dc702ca..baddde05 100644 --- a/src/custom-types.json +++ b/src/custom-types.json @@ -1086,6 +1086,9 @@ "text/x-jquery-tmpl": { "compressible": true }, + "text/x-log": { + "extensions": ["log"] + }, "text/x-lua": { "extensions": ["lua"] },