feat(indent): ecma - support try_catch and if_else

This commit is contained in:
Munif Tanjim 2022-01-21 17:11:46 +06:00 committed by Christian Clason
parent bb60706433
commit 8f9d4ada35
6 changed files with 75 additions and 0 deletions

View file

@ -270,6 +270,7 @@ the node describing the language and `@content` to describe the injection region
```
@indent ; Indent children when matching this node
@indent_end ; Marks the end of indented block
@aligned_indent ; Behaves like python aligned/hanging indent
@dedent ; Dedent children when matching this node
@branch ; Dedent itself when matching this node