tree-sitter-bash
tree-sitter-bash copied to clipboard
Not parsing here strings file file descriptor numbers
Hi,
This here string doesn't parse correctly, affecting everything that follows:
cat /dev/fd/10 10<<<"test"
I didn't know this, but the bash man page does not state that you can provide an fd number here, but it does seem to work:
$ cat /dev/fd/10 10<<<"test"
test