Custom language indent block and sub block
已回答
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 {
}
请先登录再写评论。
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.