mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-12 03:29:10 +02:00
Add default aliases for YAML and TOML
This commit is contained in:
@@ -30,6 +30,10 @@ var known_textual_mimes = map[string]bool{
|
||||
"application/x-csh": true,
|
||||
"application/x-shellscript": true,
|
||||
"application/json": true,
|
||||
"application/x-yaml": true,
|
||||
"application/yaml": true,
|
||||
"application/x-toml": true,
|
||||
"application/toml": true,
|
||||
"application/rss+xml": true,
|
||||
"application/xhtml+xml": true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user