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:
d1y 2024-01-30 17:58:56 +08:00 committed by GitHub
parent fb9eb6a0fc
commit a0582d02b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",