summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2019-06-11 11:46:15 -0300
committerAndreas Rumpf <rumpf_a@web.de>2019-06-11 16:46:15 +0200
commit3d13103443f0fb4630e648ad7eabd2b40f0be52b (patch)
tree9183f71e4df8bf9324751a7b14b4f249466bc537
parenta9aef65b2d761e0e29d1dde681b857dda49248da (diff)
downloadNim-3d13103443f0fb4630e648ad7eabd2b40f0be52b.tar.gz
[bugfix] Add .nimf to mimetypes (#11417)
-rw-r--r--lib/pure/mimetypes.nim1
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",