Update files.js
This commit is contained in:
parent
a0487671d2
commit
203abc1ff9
|
|
@ -285,7 +285,7 @@ function openFilename(obj){
|
|||
var ext = getSuffixName(path);
|
||||
|
||||
// console.log(path,ext);
|
||||
if (inArray(ext,['html','htm','php','txt','md','js','css','scss','json','c','h','pl','py','java','log','conf','sh','json','ini', 'yml','yaml'])){
|
||||
if (inArray(ext,['html','htm','php','lua','rs','py','txt','md','js','css','scss','json','c','h','pl','java','log','conf','sh','json','ini', 'yml','yaml'])){
|
||||
onlineEditFile(0, path);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue