Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to parse expression: multi-line strings with eval string #129

Closed
0x5a17ed opened this issue May 11, 2019 · 2 comments
Closed

Failed to parse expression: multi-line strings with eval string #129

0x5a17ed opened this issue May 11, 2019 · 2 comments
Labels
grammar bug Issues related to the bash grammar

Comments

@0x5a17ed
Copy link

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"
}

Bildschirmfoto von 2019-05-11 10-14-50

@skovhus
Copy link
Collaborator

skovhus commented Sep 23, 2019

Thanks for reporting this issue. It seems to be a grammar issue.

I create an issue: tree-sitter/tree-sitter-bash#59

@skovhus skovhus added the grammar bug Issues related to the bash grammar label Sep 23, 2019
@skovhus
Copy link
Collaborator

skovhus commented Nov 25, 2022

This seems to have been fixed in the newer version of the grammar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grammar bug Issues related to the bash grammar
Projects
None yet
Development

No branches or pull requests

2 participants