How can I set parentheses color as light-grey, to make less visible?
So the expression
p(items.fold(0) { acc, i -> acc + i })
Will be visible as if there were no parentheses
p items.fold 0 { acc, i -> acc + i }
How can I set parentheses color as light-grey, to make less visible?
So the expression
p(items.fold(0) { acc, i -> acc + i })
Will be visible as if there were no parentheses
p items.fold 0 { acc, i -> acc + i }