better-shell-syntax
better-shell-syntax copied to clipboard
File redirection is the wrong colour
The code with a problem is:
printf %s\\n "$1" >& 2
It looks like:
It should look like:
The 2 in >& 2 should be grey, since it is a file descriptor, not lime, like an integer.
Github also has this problem. Point and laugh.