Merge pull request #1619 from yoshiyoshyosh/icon-jxl

add jpeg xl icon
This commit is contained in:
Arun 2023-03-29 22:09:52 +05:30 committed by GitHub
commit 79007074f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -309,6 +309,7 @@ static const struct icon_pair icons_ext[] = { /* All entries are case-insensitiv
{"js", ICON_JAVASCRIPT, COLOR_JAVASCRIPT},
{"json", ICON_EXT_JSON, COLOR_JAVASCRIPT},
{"jsx", ICON_REACT, COLOR_REACT},
{"jxl", ICON_PICTUREFILE, COLOR_IMAGE},
/* K */
{"ksh", ICON_SCRIPT, COLOR_SHELL},