Having this slightly strange syntax highlighting with constructors, although it might be intentional.
Static variables set to functions are highlighted like functions, while ones set to methods are highlighted like instance variables. Also arguments and variables inside sub-functions get highlighted the same as the constructor’s arguments if they share the same name.
Nothing major, I just figure it’s worth reporting.
Also are binary literals meant to be supported? I assume not, since they don’t do any highlighting and display an error in the sidebar right now