Ricky Vetter
Results
22
issues of
Ricky Vetter
Once the new syntax comes out I think we should change the strategy for syntax highlighting. Instead of building from scratch and trying to be correct/complete, we should work to...
C-enhancement
E-medium
P-medium
S-investigating
A-highlighting
Currently if I want to get an attribute on an inner function expression I have to break it out, expose an extra arrow, and add some (really unintuitive) parens: ```reason...