diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2019-06-11 11:46:15 -0300 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-06-11 16:46:15 +0200 |
commit | 3d13103443f0fb4630e648ad7eabd2b40f0be52b (patch) | |
tree | 9183f71e4df8bf9324751a7b14b4f249466bc537 | |
parent | a9aef65b2d761e0e29d1dde681b857dda49248da (diff) | |
download | Nim-3d13103443f0fb4630e648ad7eabd2b40f0be52b.tar.gz |
[bugfix] Add .nimf to mimetypes (#11417)
-rw-r--r-- | lib/pure/mimetypes.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pure/mimetypes.nim b/lib/pure/mimetypes.nim index 97ebd35c2..cdad9e2ff 100644 --- a/lib/pure/mimetypes.nim +++ b/lib/pure/mimetypes.nim @@ -967,6 +967,7 @@ const mimes* = { "niff": "image/x-niff", "nim": "text/nim", "nimble": "text/nimble", + "nimf": "text/nim", "nims": "text/nim", "nitf": "application/vnd.nitf", "nix": "application/x-mix-transfer", |