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