mirror of
https://github.com/diced/zipline.git
synced 2025-04-11 23:31:17 -05:00
fix: ahk exts in mimes.json (#511)
* added autohotkey file extension (.ahk) to mimes.json * added ahk1 and ahk2 file extensions --------- Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
This commit is contained in:
parent
5a522e0375
commit
0dfe3fdcd1
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@
|
|||
["afm", ["application/octet-stream"]],
|
||||
["afp", ["application/vnd.ibm.modcap"]],
|
||||
["ahead", ["application/vnd.ahead.space"]],
|
||||
["ahk", ["text/autohotkey"]],
|
||||
["ahk1", ["text/autohotkey"]],
|
||||
["ahk2", ["text/autohotkey"]],
|
||||
["ai", ["application/postscript"]],
|
||||
["aif", ["audio/aiff"]],
|
||||
["aifc", ["audio/aiff"]],
|
||||
|
|
Loading…
Add table
Reference in a new issue