Skip to content

Commit

Permalink
sysdiag profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouaix committed Jul 2, 2024
1 parent 3bb869d commit f526a22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scnr/src/profiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub fn get_plugin_picker(
.push_plugin("*.txt", TextPlugin)?
.push_plugin("*.rs", TextPlugin)?
.push_plugin("*.log", TextPlugin)?
.push_plugin("*.csv*", TextPlugin)?
.push_plugin("*.plist", PlistPlugin)?
.push_plugin("*.db", SqlitePlugin::new(options))?
.push_plugin("*.sqlite", SqlitePlugin::new(options))?
Expand All @@ -45,6 +46,7 @@ pub fn get_plugin_picker(
.push_plugin("*.stub", PlistPlugin)?
.push_plugin("*.plsql", SqlitePlugin::new(options))?
.push_plugin("*.epsql", SqlitePlugin::new(options))?
.push_plugin("*.log*", TextPlugin)?
.push_plugin("*.ips", IpsPlugin)?,
CfgProfile::Nothing => DefaultPluginPicker::builder(),
};
Expand Down

0 comments on commit f526a22

Please sign in to comment.