bash-language-server
bash-language-server copied to clipboard
failed parse
failed parse like this exec {fd}<>$fd_nic_pipe
Thanks for reporting this issue. It seems to be a grammar issue. What would you call this <>
construct?
Can you create an issue over here: https://github.com/tree-sitter/tree-sitter-bash
What would you call this
<>
construct?
https://www.gnu.org/software/bash/manual/bash.html#Opening-File-Descriptors-for-Reading-and-Writing (section 3.6.10)
This seems to have been fixed in the newer version of the grammar