Adds .aiff extention to type audio.
This commit is contained in:
parent
a3a236d2e1
commit
8a431fe95e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ File types mapped to file extensions
|
||||||
|
|
||||||
{
|
{
|
||||||
"archive": [".tar.bz2", ".tar.gz", ".tgz"],
|
"archive": [".tar.bz2", ".tar.gz", ".tgz"],
|
||||||
"audio": [".aif", ".flac", ".m4a", ".mid", ".mp3", ".mpa", ".ra", ".ogg", ".wav", ".wma"],
|
"audio": [".aif", ".aiff", ".flac", ".m4a", ".mid", ".mp3", ".mpa", ".ra", ".ogg", ".wav", ".wma"],
|
||||||
"authors": ["authors"],
|
"authors": ["authors"],
|
||||||
"bin": [".class", ".o", ".so"],
|
"bin": [".class", ".o", ".so"],
|
||||||
"blank": [],
|
"blank": [],
|
||||||
|
|
Loading…
Add table
Reference in a new issue