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