Update index.html
This commit is contained in:
parent
370a117aac
commit
5d2f2663ba
1 changed files with 2 additions and 2 deletions
|
@ -327,9 +327,9 @@
|
|||
case "sh":
|
||||
return "shell";
|
||||
case "bat":
|
||||
return "batch";
|
||||
return "batchmode";
|
||||
case "cmd":
|
||||
return "batch";
|
||||
return "batchmode";
|
||||
case "ps1":
|
||||
return "powershell";
|
||||
case "php":
|
||||
|
|
Loading…
Reference in a new issue