add support for in files

This commit is contained in:
tdurieux
2021-04-06 18:30:06 +02:00
parent d87bd8276f
commit abf0994403

View File

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