samuelneff / MimeTypeMap

Provides a huge dictionary of file extensions to mime types.
MIT License
625 stars 201 forks source link

Add support for TOML #132

Open hannesbraun opened 2 years ago

hannesbraun commented 2 years ago

This adds support for TOML (Tom's Obvious, Minimal Language) according to it's official specification: https://toml.io/en/v1.0.0#mime-type

StefH commented 2 years ago

@samuelneff Can you please accept and merge this PR?