From: yosh Date: Tue, 28 Mar 2023 15:44:38 +0000 (-0400) Subject: add jxl icon X-Git-Tag: v4.8~2^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=98d3b2135d6f3c67a7b6e42dd92b0192efde7eac;p=nnn.git add jxl icon --- diff --git a/src/icons.h b/src/icons.h index 5cefe4d3..2e81bd7e 100644 --- a/src/icons.h +++ b/src/icons.h @@ -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},