Upload files to "/"

This commit is contained in:
2025-10-26 13:07:44 +11:00
parent 249cf8394a
commit fb0a8aa60b
3 changed files with 338 additions and 0 deletions

16
theme_mappings.py Normal file
View File

@@ -0,0 +1,16 @@
theme_mappings = {
"py": "python",
"json": "json",
"tcss": "css",
"css": "css",
"html": "html",
"htm": "html",
"rs": "rust",
"js": "javascript",
"xml": "xml",
"toml": "toml",
"go": "go",
"sh": "bash",
"yaml": "yaml",
"md": "markdown"
}