fix
This commit is contained in:
16
assets/theme_mappings.py
Normal file
16
assets/theme_mappings.py
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user