tunnelvisionlabs / antlrworks2

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

Fix smart indent within arg action #42

Open sharwell opened 9 years ago

sharwell commented 9 years ago

Press Enter anywhere between int and the ] character.

someRule returns [int x = 3, String y = "foo"]
    : 'x'
    ;