mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
fix(ecma): indent end for bracket (#3121)
This commit is contained in:
parent
5dfbbcc46e
commit
6f3fbb2622
3 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,8 @@
|
|||
] @branch
|
||||
(statement_block "{" @branch)
|
||||
|
||||
"}" @indent_end
|
||||
|
||||
[
|
||||
(comment)
|
||||
(template_string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue