BalticAmadeus / AblFormatter

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

Labels are not being formatted #111

Closed eglekaz closed 2 months ago

eglekaz commented 2 months ago

Example:

queryBlock:
repeat:
    // magic here
end.
eglekaz commented 2 months ago

In some cases it seems to be formatting. Will update this later

eglekaz commented 2 months ago

Looks like the issue was just connected to errors in the tree before the label appears. Label is being formatted correctly.