1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-02-28 21:46:07 +08:00
parent 9e0324a609
commit 34e068893f

View File

@ -509,6 +509,11 @@ Volcanos(chat.ONEXPORT, {list: [mdb.COUNT, mdb.TYPE, nfs.FILE, nfs.LINE, ice.BAC
} else if (_indent == 4 && ls[1] == ice.DF) {
ls[0] && push(block+ice.PT+ls[0]+ice.DF+(index+1))
}
} else if (can.db.parse == nfs.SH) {
if (can.base.endWith(text, "() {")) {
var ls = can.core.Split(text, "\t (){")
push(ls[0]+ice.DF+(index+1))
}
} else if (can.db.parse == nfs.GO) { var ls = can.core.Split(text, "\t *", "({:})")
if (_indent == 0) {
switch (ls[0]) {