usagi-coffee / tree-sitter-abl

OpenEdge ABL grammar for tree-sitter
MIT License
5 stars 1 forks source link

USING is not parsed as part of FIND statement #62

Closed eglekaz closed 2 weeks ago

eglekaz commented 2 weeks ago

There is an error on USING part of the FIND statement. Example: FIND Customer USING Customer.CustNum NO-ERROR. The error is gone if NO-ERROR is removed, but then USING Customer.CustNum is parsed as using_statement

Reference: https://documentation.progress.com/output/ua/OpenEdge_latest/pdsoe/PLUGINS_ROOT/com.openedge.pdt.langref.help/rfi1424920140537.html