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":
|
case "sh":
|
||||||
return "shell";
|
return "shell";
|
||||||
case "bat":
|
case "bat":
|
||||||
return "batch";
|
return "batchmode";
|
||||||
case "cmd":
|
case "cmd":
|
||||||
return "batch";
|
return "batchmode";
|
||||||
case "ps1":
|
case "ps1":
|
||||||
return "powershell";
|
return "powershell";
|
||||||
case "php":
|
case "php":
|
||||||
|
|
Loading…
Reference in a new issue