mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Add switch_statement
to ecma indents (#6369)
This commit is contained in:
parent
0e0c16e6fa
commit
346ddd4735
@ -5,6 +5,7 @@
|
||||
(formal_parameters)
|
||||
|
||||
(statement_block)
|
||||
(switch_statement)
|
||||
(object_pattern)
|
||||
(class_body)
|
||||
(named_imports)
|
||||
@ -15,6 +16,11 @@
|
||||
(export_clause)
|
||||
] @indent
|
||||
|
||||
[
|
||||
(switch_case)
|
||||
(switch_default)
|
||||
] @indent @extend
|
||||
|
||||
[
|
||||
"}"
|
||||
"]"
|
||||
|
Loading…
Reference in New Issue
Block a user