slightly better coloring
This commit is contained in:
parent
b5e287e065
commit
53314cb8b2
|
@ -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 New Issue
Block a user