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
]
});
/*
# 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![
/*