-
Notifications
You must be signed in to change notification settings - Fork 123
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
! char in ${!var} shows as invalid #43
Comments
Thanks for reporting this. Wondering if this is an issue in the treesitter parser or related to the bash IDE. 🤔 |
This is definitely a grammar problem. I'll try to update to |
Hey @mads-hartmann Any update on this? |
I tried upgrading to the latest version Might be related to tree-sitter/tree-sitter-bash#18 @hirenvadalia would be great if you can create an issue here https://github.com/tree-sitter/tree-sitter-bash |
Yes, the issue is still there. |
I opened an issue for this problem: tree-sitter/tree-sitter-bash#21 |
@christopherdwhite thanks for creating the issue in tree-sitter-bash! |
I am using Bash IDE in VSCode and below code shows as invalid code while it is valid code
When I hover over
!
char then it show 'Failed to parse expression' in tooltipThe text was updated successfully, but these errors were encountered: