bash-language-server
bash-language-server copied to clipboard
Failed to parse expression: multi-line strings with eval string
The following snippets causes bash-language-server to fail parsing the entire document it seems. Vscode highlights the entire file to have a syntax error.
main() {
local foo="asd"`
`"fgh"
}
Thanks for reporting this issue. It seems to be a grammar issue.
I create an issue: tree-sitter/tree-sitter-bash#59
This seems to have been fixed in the newer version of the grammar