Make avif/heif/webp files to use image icon (#7063)
The Wikipedia Link: - https://en.wikipedia.org/wiki/AVIF - https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format - https://en.wikipedia.org/wiki/WebP Release Notes: - Made avif/heif/webp files to use an image icon
This commit is contained in:
parent
fb9eb6a0fc
commit
a0582d02b9
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
"suffixes": {
|
||||
"aac": "audio",
|
||||
"accdb": "storage",
|
||||
"avif": "image",
|
||||
"bak": "backup",
|
||||
"bash": "terminal",
|
||||
"bash_aliases": "terminal",
|
||||
|
@ -43,6 +44,7 @@
|
|||
"handlebars": "code",
|
||||
"hbs": "template",
|
||||
"heex": "elixir",
|
||||
"heif": "image",
|
||||
"htm": "template",
|
||||
"html": "template",
|
||||
"hs": "haskell",
|
||||
|
@ -102,6 +104,7 @@
|
|||
"txt": "document",
|
||||
"vue": "vue",
|
||||
"wav": "audio",
|
||||
"webp": "image",
|
||||
"webm": "video",
|
||||
"xls": "document",
|
||||
"xlsx": "document",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue