mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
Update known textual mimes to Python
Also add default aliases for JavaScript and XML in Go.
This commit is contained in:
@@ -29,7 +29,9 @@ var known_textual_mimes = map[string]bool{
|
||||
"application/x-sh": true,
|
||||
"application/x-csh": true,
|
||||
"application/x-shellscript": true,
|
||||
"application/javascript": true,
|
||||
"application/json": true,
|
||||
"application/xml": true,
|
||||
"application/x-yaml": true,
|
||||
"application/yaml": true,
|
||||
"application/x-toml": true,
|
||||
|
||||
Reference in New Issue
Block a user