]> Sergey Matveev's repositories - nnn.git/commitdiff
add jxl icon
authoryosh <yosh-git@riseup.net>
Tue, 28 Mar 2023 15:44:38 +0000 (11:44 -0400)
committeryosh <yosh-git@riseup.net>
Tue, 28 Mar 2023 15:44:38 +0000 (11:44 -0400)
src/icons.h

index 5cefe4d38ec3795f447996524a0520fb13c85cb4..2e81bd7e9a8fc2da97b2763e04d53332ed43a2e2 100644 (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},