Update index.html

This commit is contained in:
The Ghost of FOSS' Future 2024-09-18 08:19:19 -05:00 committed by GitHub
parent 680303d41d
commit 2f8cd93669
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -291,6 +291,20 @@
return "css";
case "md":
return "markdown";
case "rs":
return "rust";
case "go"
return "go";
case "cpp":
return "cpp";
case "h":
return "cpp";
case "json":
return "json";
case "xml":
return "xml";
case "py":
return "python";
default:
return "text/plain";
}