mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 11:39:03 +02:00
Very early proof-of-concept git branch completion
This commit is contained in:
@ -39,6 +39,7 @@ impl Highlighter for NuHighlighter {
|
||||
[(shape.0.start - global_span_offset)..(shape.0.end - global_span_offset)]
|
||||
.to_string();
|
||||
match shape.1 {
|
||||
FlatShape::Custom(..) => output.push((Style::new().bold(), next_token)),
|
||||
FlatShape::External => output.push((Style::new().bold(), next_token)),
|
||||
FlatShape::ExternalArg => output.push((Style::new().bold(), next_token)),
|
||||
FlatShape::Garbage => output.push((
|
||||
|
Reference in New Issue
Block a user