mirror of
https://github.com/danbulant/nushell
synced 2026-05-26 21:42:15 +00:00
slightly better coloring
This commit is contained in:
parent
b5e287e065
commit
53314cb8b2
1 changed files with 4 additions and 1 deletions
|
|
@ -1013,7 +1013,10 @@ impl<'a> ParserWorkingSet<'a> {
|
||||||
(
|
(
|
||||||
Expression {
|
Expression {
|
||||||
expr: Expr::Call(Box::new(Call {
|
expr: Expr::Call(Box::new(Call {
|
||||||
head: span,
|
head: Span {
|
||||||
|
start: span.start,
|
||||||
|
end: span.start + 2,
|
||||||
|
},
|
||||||
named: vec![],
|
named: vec![],
|
||||||
positional: output,
|
positional: output,
|
||||||
decl_id,
|
decl_id,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue