mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 09:34:30 +01:00
slightly better coloring
This commit is contained in:
parent
b5e287e065
commit
53314cb8b2
@ -1013,7 +1013,10 @@ impl<'a> ParserWorkingSet<'a> {
|
||||
(
|
||||
Expression {
|
||||
expr: Expr::Call(Box::new(Call {
|
||||
head: span,
|
||||
head: Span {
|
||||
start: span.start,
|
||||
end: span.start + 2,
|
||||
},
|
||||
named: vec![],
|
||||
positional: output,
|
||||
decl_id,
|
||||
|
Loading…
Reference in New Issue
Block a user