mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:24:58 +02:00
Also fix the flag params
This commit is contained in:
@ -84,6 +84,9 @@ impl Highlighter for NuHighlighter {
|
||||
Style::new().fg(nu_ansi_term::Color::Yellow).bold(),
|
||||
next_token,
|
||||
)),
|
||||
FlatShape::Flag => {
|
||||
output.push((Style::new().fg(nu_ansi_term::Color::Yellow), next_token))
|
||||
}
|
||||
FlatShape::Filepath => output.push((
|
||||
Style::new().fg(nu_ansi_term::Color::Yellow).bold(),
|
||||
next_token,
|
||||
|
Reference in New Issue
Block a user