Update index.html

This commit is contained in:
The Ghost of FOSS' Future 2024-09-18 10:51:56 -05:00 committed by GitHub
parent 370a117aac
commit 5d2f2663ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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":