diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-05-10 16:30:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-10 10:30:24 +0200 |
commit | 1eb9aac2f7a8469a682528a0d63128d599fabae7 (patch) | |
tree | 85cacebea5f757d6b032152d7ceb0f7935d91a0e /lib | |
parent | 2e3777d6f39fd3593a69a498a5524db2006fdc91 (diff) | |
download | Nim-1eb9aac2f7a8469a682528a0d63128d599fabae7.tar.gz |
adds Nim-related mimetypes back (#23589)
ref https://github.com/nim-lang/Nim/pull/23226
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/mimetypes.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pure/mimetypes.nim b/lib/pure/mimetypes.nim index e1ad94a57..ff639e8e5 100644 --- a/lib/pure/mimetypes.nim +++ b/lib/pure/mimetypes.nim @@ -432,6 +432,10 @@ const mimes* = { "msty": "application/vnd.muvee.style", "taglet": "application/vnd.mynfc", "nlu": "application/vnd.neurolanguage.nlu", + "nim": "text/nim", + "nimble": "text/nimble", + "nimf": "text/nim", + "nims": "text/nim", "ntf": "application/vnd.nitf", "nitf": "application/vnd.nitf", "nnd": "application/vnd.noblenet-directory", |