mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-09 15:17:49 +02:00
add support for in files
This commit is contained in:
@@ -253,6 +253,7 @@ module.exports.additionalExtensions = [
|
|||||||
"gp",
|
"gp",
|
||||||
"out",
|
"out",
|
||||||
"sol",
|
"sol",
|
||||||
|
"in",
|
||||||
];
|
];
|
||||||
module.exports.isText = (p) => {
|
module.exports.isText = (p) => {
|
||||||
if (isText(p)) {
|
if (isText(p)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user