Add support for presentation files

This commit is contained in:
Nikita Ivanov 2022-07-31 17:13:13 +05:00
parent c83945d661
commit bcde581413
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -29,6 +29,11 @@ Preview b_previews[] = {
PR("doc", NULL, NULL, libreoffice, PREV_ATTR_NONE),
PR("docx", NULL, NULL, libreoffice, PREV_ATTR_NONE),
PR("odp", NULL, NULL, libreoffice, PREV_ATTR_NONE),
PR("fodp", NULL, NULL, libreoffice, PREV_ATTR_NONE),
PR("ppt", NULL, NULL, libreoffice, PREV_ATTR_NONE),
PR("pptx", NULL, NULL, libreoffice, PREV_ATTR_NONE),
PR(NULL, "text", NULL, bat, PREV_ATTR_NONE),
PR(NULL, "text", NULL, highlight, PREV_ATTR_NONE),
PR(NULL, "text", NULL, source_highlight, PREV_ATTR_NONE),