Custom language indent block and sub block

Answered

I'm making a custom language plugin for a block language and i don't know how to indent block correctly.

For example i want my block indent like that :

Block1 {

   Block2 {

       

   }

}

 

Block3 {

 

}

0
1 comment

Sorry, but it's not possible to help you unless providing way more details and code. See https://plugins.jetbrains.com/docs/intellij/code-formatting.html as a reference.

0

Please sign in to leave a comment.