Leonid
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Leonid created a post, Automatic indentation in new blocks
I have a custom language plugin with a grammar kinda looking like block ::= 'do' compound 'end'compound ::= (instruction)* When I type do<ENTER> PsiViewer shows that elements get a correct represen...