From 5d2f2663ba1d8aa8646b058ae4a1ba869dc213ad Mon Sep 17 00:00:00 2001 From: The Ghost of FOSS' Future <163201376+sneedgroup-holder@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:51:56 -0500 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index db05d6d..cbd5720 100644 --- a/index.html +++ b/index.html @@ -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":