This commit is contained in:
SpookyDervish
2025-10-26 13:09:17 +11:00
parent fb0a8aa60b
commit 75c9806b79
2 changed files with 89 additions and 89 deletions

16
assets/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"
}