tunnelvisionlabs/antlrworks2

Fix smart indent when splitting a list label

Opened this issue · 0 comments

Press Enter between the + and = characters of the += operator.

someRule
    : label+='x'*
    ;