mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
fix(ecma): add indents to switch and cases
fixes nvim-treesitter#1384
This commit is contained in:
parent
53d92f65bd
commit
9799a80c55
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
|||
(template_substitution)
|
||||
(expression_statement (call_expression))
|
||||
(export_clause)
|
||||
(switch_statement)
|
||||
(switch_case)
|
||||
] @indent
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue