-
Notifications
You must be signed in to change notification settings - Fork 0
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
parameters of external procedure call are not parsed #171
Comments
Registered: usagi-coffee/tree-sitter-abl#65 |
@eglekaz is it a big issue for us or can we set it to P3 and maybe close on tree-sitter side as to not bother Kamil? |
I will investigate it tomorrow, if it breaks our formatting anyhow |
It is causing an error, but this error does not seem to be interrupting our formatting. Closed the issue on tree-sitter side and moving to P3 |
I see it was fixed on tree-sitter side, can we close this ticket? @eglekaz |
Tested. |
Example:
run getMyNumber.p(piFirstNum, piSecNum).
Calls for internal procedures are being parsed correctly.
Reference:
https://documentation.progress.com/output/ua/OpenEdge_latest/pdsoe/PLUGINS_ROOT/com.openedge.pdt.langref.help/rfi1424920323961.html
The text was updated successfully, but these errors were encountered: