mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -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
|
|
@ -16,6 +16,9 @@
|
|||
(switch_case)
|
||||
] @indent
|
||||
|
||||
|
||||
(statement_block "}" @indent_end)
|
||||
|
||||
[
|
||||
(arguments (object))
|
||||
"("
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue