Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/adapters/zip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use log::*;

// TODO: allow users to configure file extensions instead of hard coding the list
// https://github.com/phiresky/ripgrep-all/pull/208#issuecomment-2173241243
static EXTENSIONS: &[&str] = &["zip", "jar", "xpi", "kra", "snagx"];
static EXTENSIONS: &[&str] = &["zip", "jar", "xpi", "kra", "snagx", "xlsx", "ods"];

lazy_static! {
static ref METADATA: AdapterMeta = AdapterMeta {
Expand Down