1
Fork 0
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:
Sylvestre Ledru 2023-12-04 22:40:18 +01:00 committed by GitHub
parent 1a4ca7e65d
commit f5776bc511
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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![
/* /*