fixed extra square-bracket
This commit is contained in:
parent
d29723b9b9
commit
b23ff177cd
1 changed files with 0 additions and 1 deletions
|
|
@ -280,7 +280,6 @@ exports.launch = function(env) {
|
|||
mode = "python";
|
||||
} else if (/^.*\.php$/i.test(file.name)) {
|
||||
mode = "php";
|
||||
}
|
||||
} else if (/^.*\.rb$/i.test(file.name)) {
|
||||
mode = "ruby";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue