tunnelvisionlabs / antlrworks2

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

Fix smart indent after lexer command #39

Open sharwell opened 9 years ago

sharwell commented 9 years ago

Press Enter after the type(Foo) command.

SomeRule
    : 'x' -> type(Foo)
    ;