We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398e43e commit 2ad9147Copy full SHA for 2ad9147
1 file changed
src/ls_colors.rs
@@ -25,6 +25,7 @@ impl LsColors {
25
Self::from_ls_colors_crate(&lscolors::LsColors::from_string(input))
26
}
27
28
+ /// Derive a [`LsColors`] from an existing [`lscolors::LsColors`].
29
fn from_ls_colors_crate(ls_colors: &lscolors::LsColors) -> Self {
30
let prefix_for = |indicator: Indicator| {
31
ls_colors
0 commit comments