slightly better coloring

This commit is contained in:
JT 2021-07-30 15:33:33 +12:00
parent b5e287e065
commit 53314cb8b2

View File

@ -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,