tunnelvisionlabs / antlrworks2

Tunnel Vision Labs' ANTLRWorks 2 IDE
http://tunnelvisionlabs.com/products/antlrworks
Other
49 stars 21 forks source link

Fix smart indent when splitting a list label #43

Open sharwell opened 10 years ago

sharwell commented 10 years ago

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

someRule
    : label+='x'*
    ;