mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 22:47:43 +02:00
Add binary literals (#4680)
This commit is contained in:
@ -10,6 +10,7 @@ pub fn get_shape_color(shape: String, conf: &Config) -> Style {
|
||||
},
|
||||
None => match shape.as_ref() {
|
||||
"shape_garbage" => Style::new().fg(Color::White).on(Color::Red).bold(),
|
||||
"shape_binary" => Style::new().fg(Color::Purple).bold(),
|
||||
"shape_bool" => Style::new().fg(Color::LightCyan),
|
||||
"shape_int" => Style::new().fg(Color::Purple).bold(),
|
||||
"shape_float" => Style::new().fg(Color::Purple).bold(),
|
||||
|
Reference in New Issue
Block a user