mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
add note about how MIME types are detected
This commit is contained in:
parent
0b293428c4
commit
fa6527cdf3
1 changed files with 2 additions and 1 deletions
|
|
@ -103,7 +103,8 @@ lines. The various available criteria are:
|
|||
Useful if your system MIME database does not have definitions you need. This
|
||||
file is in the standard format of one definition per line, like:
|
||||
``text/plain rst md``. Note that the MIME type for directories is
|
||||
``inode/directory``.
|
||||
``inode/directory``. MIME types are detected based on file extension, not
|
||||
file contents.
|
||||
|
||||
``ext``
|
||||
A comma separated list of file extensions, for example: ``jpeg, tar.gz``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue