mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
fix comment
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
This commit is contained in:
parent
1a4ca7e65d
commit
f5776bc511
1 changed files with 5 additions and 5 deletions
|
@ -78,11 +78,11 @@ pub static FILE_TYPES: Lazy<Vec<(&'static str, &'static str, &'static str)>> = L
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
/// Colors for file types
|
||||||
# List any file extensions like '.gz' or '.tar' that you would like ls
|
///
|
||||||
# to color below. Put the extension, a space, and the color init string.
|
/// List any file extensions like '.gz' or '.tar' that you would like ls
|
||||||
# (and any comments you want to add after a '#')
|
/// to color below. Put the extension, a space, and the color init string.
|
||||||
*/
|
/// (and any comments you want to add after a '#')
|
||||||
pub static FILE_COLORS: Lazy<Vec<(&str, &str)>> = Lazy::new(|| {
|
pub static FILE_COLORS: Lazy<Vec<(&str, &str)>> = Lazy::new(|| {
|
||||||
vec![
|
vec![
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue