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

Three-expression bash for loops syntax #66

Closed
bunam opened this issue Jul 31, 2018 · 1 comment
Closed

Three-expression bash for loops syntax #66

bunam opened this issue Jul 31, 2018 · 1 comment
Labels
grammar bug Issues related to the bash grammar

Comments

@bunam
Copy link

bunam commented Jul 31, 2018

failed to parse expression for :

for (( i=2 ; i <= n ; i++ )) {
	echo $i
}
@skovhus
Copy link
Collaborator

skovhus commented Aug 1, 2018

@bunam thanks for reporting this.

Do you mind creating an issue here https://github.com/tree-sitter/tree-sitter-bash? :)

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