mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Add .js and .json to known extensions
This commit is contained in:
parent
95c44165e9
commit
ef1486a779
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ known_extensions = {
|
|||
'toml': 'text/toml',
|
||||
'vim': 'text/vim',
|
||||
'yaml': 'text/yaml',
|
||||
'js': 'text/javascript',
|
||||
'json': 'text/json',
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue