add icon for lzip files

This commit is contained in:
NRK 2024-08-03 16:17:54 +00:00
parent 614ebe73fa
commit 1876e4cc10

View file

@ -321,6 +321,7 @@ static const struct icon_pair icons_ext[] = { /* All entries are case-insensitiv
{"lhs", ICON_HASKELL, COLOR_VIM},
{"log", ICON_DOCUMENT, 0},
{"lua", ICON_EXT_LUA, COLOR_LUA},
{"lz", ICON_ARCHIVE, COLOR_ARCHIVE},
{"lzh", ICON_ARCHIVE, COLOR_ARCHIVE},
{"lzma", ICON_ARCHIVE, COLOR_ARCHIVE},