mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +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
|
|||
]
|
||||
});
|
||||
|
||||
/*
|
||||
# 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.
|
||||
# (and any comments you want to add after a '#')
|
||||
*/
|
||||
/// 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.
|
||||
/// (and any comments you want to add after a '#')
|
||||
pub static FILE_COLORS: Lazy<Vec<(&str, &str)>> = Lazy::new(|| {
|
||||
vec![
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue