mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
feat(indent): ecma - support try_catch and if_else
This commit is contained in:
parent
bb60706433
commit
8f9d4ada35
6 changed files with 75 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue