Open
Description
Creating a colour-scheme for your very in-depth syntax, really appreciate it. What I do miss is special syntax on arrow notation.
let foo = (key) => {};
In the above, =>
is coloured due to being operators (unless I'm mistaken), whereas key
does not get the argument colouring that is defined under javaScriptFuncArg
.
Activity