We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alacrity/src/WebApp.hs
Lines 96 to 143 in 37aebe4
A well known file provided by the Apache project for conversion of file extension to MIME type is mime.types.
mime.types
This file is so useful that on Arch Linux at the very least, it's promoted to the root of /etc, as /etc/mime.types.
/etc
/etc/mime.types
Yet, alacritty can only understand a very few MIME types. On startup it should parse the system mime.types and use that as the database.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
alacrity/src/WebApp.hs
Lines 96 to 143 in 37aebe4
A well known file provided by the Apache project for conversion of file extension to MIME type is
mime.types
.This file is so useful that on Arch Linux at the very least, it's promoted to the root of
/etc
, as/etc/mime.types
.Yet, alacritty can only understand a very few MIME types. On startup it should parse the system
mime.types
and use that as the database.The text was updated successfully, but these errors were encountered: