add support for .sol files

This commit is contained in:
tdurieux
2021-04-02 09:39:30 +02:00
parent 8ee5f03f49
commit 4e5f5cc83a

View File

@@ -252,6 +252,7 @@ module.exports.additionalExtensions = [
"ipynb",
"gp",
"out",
"sol",
];
module.exports.isText = (p) => {
if (isText(p)) {