BalticAmadeus / AblFormatter

Code formatter for Progress OpenEdge (ABL)
Apache License 2.0
6 stars 0 forks source link

Handle is not recognized in assign statement #152

Closed SSaulenas closed 2 months ago

SSaulenas commented 2 months ago

Example, this:

Assign
            hObject = temp-table ttObject:handle.

Becomes:

        Assign
            hObject                                      = temp-table
            ttObject:handle.

image

It works correctly then it is not in assign statement: image

eglekaz commented 2 months ago

Registered: https://github.com/usagi-coffee/tree-sitter-abl/issues/71

eglekaz commented 2 months ago

Fixed with 0.0.33 version of tree-sitter-abl