usagi-coffee / tree-sitter-abl

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

INIT is not parsed correctly in property definition #54

Closed eglekaz closed 2 months ago

eglekaz commented 2 months ago

It understands that it is INIT, but it does not understand that it is a part of property definition, unless it has a full keyword INITIAL. Similar issue we had before with variable definitions. Example: define private property MY_NUMBER as char no-undo init "9999" private get. private set.